Shades of Baby Blue #69F0FF
Tints of Baby Blue #69F0FF
RGB
CMYK
RGB Variations
Color information
#69F0FF (or 0x69F0FF) is known color: Baby Blue. HEX triplet: 69, F0 and FF. RGB value is (105,240,255). Sum of RGB (Red+Green+Blue) = 105+240+255=600 (79% of max value = 765). Red value is 105 (41.41% from 255 or 17.5% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #69F0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F0FF is #960F00. Grayscale: #C9C9C9. Windows color (decimal): -9834241 or 16773225. OLE color: 16773225.
HSL color Cylindrical-coordinate representation of color #69F0FF: hue angle of 186º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69F0FF is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 240 | 255 | - |
| CMYK | 0.59 | 0.06 | 0 | 0 |
| HSL | 186º | 1% | 0.71% | - |
| HSV(B) | 186º | 0.59% | 1% | - |
| XYZ | 55.04 | 72.54 | 105.71 | - |
| YUV | 201.35 | 158.27 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 240 | 255 | 0.59 | 0.06 | 0 | 0 | 186 | 1 | 0.71 |
| Hex | 69 | F0 | FF | 3B | 6 | 0 | 0 | BA | 64 | 47 |
| Octal | 151 | 360 | 377 | 73 | 6 | 0 | 0 | 272 | 144 | 107 |
| Binary | 1101001 | 11110000 | 11111111 | 111011 | 110 | 0 | 0 | 10111010 | 1100100 | 1000111 |
Color Harmonies of #69F0FF
Complementary color
Monochromatic Colors of #69F0FF
Black with #69F0FF
Text Example
Text Example
White with #69F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F0FF; }
p { color: rgb(105,240,255); }
H1.HeaderClassName
{
color: #69F0FF;
}
.AnyTagClassName
{
color: #69F0FF;
}
</style>
background-color css
<style>
a { background-color: #69F0FF; }
a { background-color: rgb(105,240,255); }
div.DivClassName
{
background-color: #69F0FF;
}
.BgClassName
{
background-color: #69F0FF;
}
</style>
border-color css
<style>
span { border-color: #69F0FF; }
span { border-color: rgb(105,240,255); }
td.TdClassName
{
border-color: #69F0FF;
}
.TagClassName
{
border-color: #69F0FF;
}
</style>