Shades of Baby Blue #76FFED
Tints of Baby Blue #76FFED
RGB
CMYK
RGB Variations
Color information
#76FFED (or 0x76FFED) is known color: Baby Blue. HEX triplet: 76, FF and ED. RGB value is (118,255,237). Sum of RGB (Red+Green+Blue) = 118+255+237=610 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.34% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FFED is #890012. Grayscale: #D3D3D3. Windows color (decimal): -8978451 or 15597430. OLE color: 15597430.
HSL color Cylindrical-coordinate representation of color #76FFED: hue angle of 172.12º 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 #76FFED is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 237 | - |
| CMYK | 0.54 | 0 | 0.07 | 0 |
| HSL | 172.12º | 1% | 0.73% | - |
| HSV(B) | 172.12º | 0.54% | 1% | - |
| XYZ | 58.52 | 81.49 | 92.76 | - |
| YUV | 211.99 | 142.11 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 237 | 0.54 | 0 | 0.07 | 0 | 172.12 | 1 | 0.73 |
| Hex | 76 | FF | ED | 36 | 0 | 7 | 0 | AC | 64 | 49 |
| Octal | 166 | 377 | 355 | 66 | 0 | 7 | 0 | 254 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11101101 | 110110 | 0 | 111 | 0 | 10101100 | 1100100 | 1001001 |
Color Harmonies of #76FFED
Complementary color
Monochromatic Colors of #76FFED
Black with #76FFED
Text Example
Text Example
White with #76FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFED; }
p { color: rgb(118,255,237); }
H1.HeaderClassName
{
color: #76FFED;
}
.AnyTagClassName
{
color: #76FFED;
}
</style>
background-color css
<style>
a { background-color: #76FFED; }
a { background-color: rgb(118,255,237); }
div.DivClassName
{
background-color: #76FFED;
}
.BgClassName
{
background-color: #76FFED;
}
</style>
border-color css
<style>
span { border-color: #76FFED; }
span { border-color: rgb(118,255,237); }
td.TdClassName
{
border-color: #76FFED;
}
.TagClassName
{
border-color: #76FFED;
}
</style>