Shades of Baby Blue #76FFEE
Tints of Baby Blue #76FFEE
RGB
CMYK
RGB Variations
Color information
#76FFEE (or 0x76FFEE) is known color: Baby Blue. HEX triplet: 76, FF and EE. RGB value is (118,255,238). Sum of RGB (Red+Green+Blue) = 118+255+238=611 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.31% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FFEE is #890011. Grayscale: #D4D4D4. Windows color (decimal): -8978450 or 15662966. OLE color: 15662966.
HSL color Cylindrical-coordinate representation of color #76FFEE: hue angle of 172.55º 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 #76FFEE is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 238 | - |
| CMYK | 0.54 | 0 | 0.07 | 0 |
| HSL | 172.55º | 1% | 0.73% | - |
| HSV(B) | 172.55º | 0.54% | 1% | - |
| XYZ | 58.66 | 81.54 | 93.54 | - |
| YUV | 212.1 | 142.61 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 238 | 0.54 | 0 | 0.07 | 0 | 172.55 | 1 | 0.73 |
| Hex | 76 | FF | EE | 36 | 0 | 7 | 0 | AD | 64 | 49 |
| Octal | 166 | 377 | 356 | 66 | 0 | 7 | 0 | 255 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11101110 | 110110 | 0 | 111 | 0 | 10101101 | 1100100 | 1001001 |
Color Harmonies of #76FFEE
Complementary color
Monochromatic Colors of #76FFEE
Black with #76FFEE
Text Example
Text Example
White with #76FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFEE; }
p { color: rgb(118,255,238); }
H1.HeaderClassName
{
color: #76FFEE;
}
.AnyTagClassName
{
color: #76FFEE;
}
</style>
background-color css
<style>
a { background-color: #76FFEE; }
a { background-color: rgb(118,255,238); }
div.DivClassName
{
background-color: #76FFEE;
}
.BgClassName
{
background-color: #76FFEE;
}
</style>
border-color css
<style>
span { border-color: #76FFEE; }
span { border-color: rgb(118,255,238); }
td.TdClassName
{
border-color: #76FFEE;
}
.TagClassName
{
border-color: #76FFEE;
}
</style>