COLOR #69B4FF

HEX: #69B4FF
RGB: (105,180,255)

Color info

#69B4FF contains mainly blue color. Web safe color of #69B4FF is #66CCFF (or #6CF).

RGB color model

#69B4FF color RGB value is (105,180,255).

  • red value is 105;
  • green value is 180;
  • blue value is 255.
RGB:
(105,180,255)
(41%,71%,100%)

RGB channels and saturation

R 105 of 255 = 41%
G 180 of 255 = 71%
B 255 of 255 = 100%

105
180
255

R + G + B ~ 71%. #69B4FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 180 + 255 = 540 (100%)
R 105 of 540 ~ 19.44%
G 180 of 540 ~ 33.33%
B 255 of 540 ~ 47.22%

%19.44
%33.33
%47.22

CMYK color model

#69B4FF color CMYK value is (59,29,0,0).

  • cyan value is 58.82%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(59,29,0,0)
C59M29Y0K0 
(59%,29%,0%,0%)
(0.59/0.29/0.00/0.00)	

CMYK percentages

%58.82
%29.41
%0
%0

Codes

Color #69B4FF in popluar color models

69B4FF
RGB105180255
HSL210°100.00%70.59%
HSB/HSV210°58.82%100.00%
CMYK58.82%29.41%0.00%
0.00%

Color #69B4FF in popluar number systems.

HEX69B4FF
Decimal105180255
Binary11010011011010011111111
Octal151264377

Shades and tints

Shades of #69B4FF

#69B4FF
(105,180,255)
#60A4E8
(96,164,232)
#5794D1
(87,148,209)
#4E84BA
(78,132,186)
#4574A3
(69,116,163)
#3C648C
(60,100,140)
#335475
(51,84,117)
#2A445E
(42,68,94)
#213447
(33,52,71)
#182430
(24,36,48)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #69B4FF

#69B4FF
(105,180,255)
#76BAFF
(118,186,255)
#83C0FF
(131,192,255)
#90C6FF
(144,198,255)
#9DCCFF
(157,204,255)
#AAD2FF
(170,210,255)
#B7D8FF
(183,216,255)
#C4DEFF
(196,222,255)
#D1E4FF
(209,228,255)
#DEEAFF
(222,234,255)
#EBF0FF
(235,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B4FF color. Also use rgb(105,180,255) instead hex code.

Text Font Color

.myTextColor { color: #69B4FF; }

<p style="color:#69B4FF">This sample text font color is #69B4FF.</p>

This text font color is #69B4FF.


Background Color

.myBgColor { background-color: #69B4FF; }

<div style="background-color:#69B4FF">Inner text</div>

This div background color is #69B4FF.


Border color

.myBorderColor { border: 1px solid #69B4FF; }

<div style="border:3px solid #69B4FF">Div</div>

This div border color is #69B4FF.


Opacity

.myOpacity80 { color: #69B4FF; opacity: 0.8; }

<p style="color:#69B4FF;opacity:0.8;">80%</p>

Text with #69B4FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #69B4FF;}

<p style="text-shadow: 3px 3px 1px #69B4FF">Text here.</p>

This text has shadow with #69B4FF color.

.textShadow {text-shadow: 3px 3px 1px #69B4FF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #69B4FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #69B4FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#69B4FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#69B4FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #69B4FF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #69B4FF;
  -webkit-box-shadow:	1px 1px 3px 2px #69B4FF;
  box-shadow:		1px 1px 3px 2px #69B4FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #69B4FF;
-webkit-box-shadow: 1px 1px 3px 2px #69B4FF;
box-shadow:1px 1px 3px 2px #69B4FF;">
Div content here</div>
This div box has shadow with color #69B4FF.

Preview

Color preview on black background

This text has color #69B4FF on black background.


Color preview on white background

This text has color #69B4FF on white background.



Black color preview on #69B4FF background

This text has black color on #69B4FF background.


White color preview on #69B4FF background

This text has white color on #69B4FF background.