Shades of Baby Blue #69E9FF
Tints of Baby Blue #69E9FF
RGB
CMYK
RGB Variations
Color information
#69E9FF (or 0x69E9FF) is known color: Baby Blue. HEX triplet: 69, E9 and FF. RGB value is (105,233,255). Sum of RGB (Red+Green+Blue) = 105+233+255=593 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.71% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #69E9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69E9FF is #961600. Grayscale: #C5C5C5. Windows color (decimal): -9836033 or 16771433. OLE color: 16771433.
HSL color Cylindrical-coordinate representation of color #69E9FF: hue angle of 188.8º 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 #69E9FF is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 233 | 255 | - |
| CMYK | 0.59 | 0.09 | 0 | 0 |
| HSL | 188.8º | 1% | 0.71% | - |
| HSV(B) | 188.8º | 0.59% | 1% | - |
| XYZ | 53.01 | 68.5 | 105.04 | - |
| YUV | 197.24 | 160.59 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 233 | 255 | 0.59 | 0.09 | 0 | 0 | 188.8 | 1 | 0.71 |
| Hex | 69 | E9 | FF | 3B | 9 | 0 | 0 | BD | 64 | 47 |
| Octal | 151 | 351 | 377 | 73 | 11 | 0 | 0 | 275 | 144 | 107 |
| Binary | 1101001 | 11101001 | 11111111 | 111011 | 1001 | 0 | 0 | 10111101 | 1100100 | 1000111 |
Color Harmonies of #69E9FF
Complementary color
Monochromatic Colors of #69E9FF
Black with #69E9FF
Text Example
Text Example
White with #69E9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E9FF; }
p { color: rgb(105,233,255); }
H1.HeaderClassName
{
color: #69E9FF;
}
.AnyTagClassName
{
color: #69E9FF;
}
</style>
background-color css
<style>
a { background-color: #69E9FF; }
a { background-color: rgb(105,233,255); }
div.DivClassName
{
background-color: #69E9FF;
}
.BgClassName
{
background-color: #69E9FF;
}
</style>
border-color css
<style>
span { border-color: #69E9FF; }
span { border-color: rgb(105,233,255); }
td.TdClassName
{
border-color: #69E9FF;
}
.TagClassName
{
border-color: #69E9FF;
}
</style>