Shades of Baby Blue #76FFE9
Tints of Baby Blue #76FFE9
RGB
CMYK
RGB Variations
Color information
#76FFE9 (or 0x76FFE9) is known color: Baby Blue. HEX triplet: 76, FF and E9. RGB value is (118,255,233). Sum of RGB (Red+Green+Blue) = 118+255+233=606 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.47% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FFE9 is #890016. Grayscale: #D3D3D3. Windows color (decimal): -8978455 or 15335286. OLE color: 15335286.
HSL color Cylindrical-coordinate representation of color #76FFE9: hue angle of 170.36º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFE9 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 233 | - |
| CMYK | 0.54 | 0 | 0.09 | 0 |
| HSL | 170.37º | 1% | 0.73% | - |
| HSV(B) | 170.37º | 0.54% | 1% | - |
| XYZ | 57.94 | 81.25 | 89.72 | - |
| YUV | 211.53 | 140.11 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 233 | 0.54 | 0 | 0.09 | 0 | 170.37 | 1 | 0.73 |
| Hex | 76 | FF | E9 | 36 | 0 | 9 | 0 | AA | 64 | 49 |
| Octal | 166 | 377 | 351 | 66 | 0 | 11 | 0 | 252 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11101001 | 110110 | 0 | 1001 | 0 | 10101010 | 1100100 | 1001001 |
Color Harmonies of #76FFE9
Complementary color
Monochromatic Colors of #76FFE9
Black with #76FFE9
Text Example
Text Example
White with #76FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFE9; }
p { color: rgb(118,255,233); }
H1.HeaderClassName
{
color: #76FFE9;
}
.AnyTagClassName
{
color: #76FFE9;
}
</style>
background-color css
<style>
a { background-color: #76FFE9; }
a { background-color: rgb(118,255,233); }
div.DivClassName
{
background-color: #76FFE9;
}
.BgClassName
{
background-color: #76FFE9;
}
</style>
border-color css
<style>
span { border-color: #76FFE9; }
span { border-color: rgb(118,255,233); }
td.TdClassName
{
border-color: #76FFE9;
}
.TagClassName
{
border-color: #76FFE9;
}
</style>