Shades of Baby Blue #76FFEA
Tints of Baby Blue #76FFEA
RGB
CMYK
RGB Variations
Color information
#76FFEA (or 0x76FFEA) is known color: Baby Blue. HEX triplet: 76, FF and EA. RGB value is (118,255,234). Sum of RGB (Red+Green+Blue) = 118+255+234=607 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.44% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FFEA is #890015. Grayscale: #D3D3D3. Windows color (decimal): -8978454 or 15400822. OLE color: 15400822.
HSL color Cylindrical-coordinate representation of color #76FFEA: hue angle of 170.8º 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 #76FFEA is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 234 | - |
| CMYK | 0.54 | 0 | 0.08 | 0 |
| HSL | 170.8º | 1% | 0.73% | - |
| HSV(B) | 170.8º | 0.54% | 1% | - |
| XYZ | 58.08 | 81.31 | 90.48 | - |
| YUV | 211.64 | 140.61 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 234 | 0.54 | 0 | 0.08 | 0 | 170.8 | 1 | 0.73 |
| Hex | 76 | FF | EA | 36 | 0 | 8 | 0 | AB | 64 | 49 |
| Octal | 166 | 377 | 352 | 66 | 0 | 10 | 0 | 253 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11101010 | 110110 | 0 | 1000 | 0 | 10101011 | 1100100 | 1001001 |
Color Harmonies of #76FFEA
Complementary color
Monochromatic Colors of #76FFEA
Black with #76FFEA
Text Example
Text Example
White with #76FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFEA; }
p { color: rgb(118,255,234); }
H1.HeaderClassName
{
color: #76FFEA;
}
.AnyTagClassName
{
color: #76FFEA;
}
</style>
background-color css
<style>
a { background-color: #76FFEA; }
a { background-color: rgb(118,255,234); }
div.DivClassName
{
background-color: #76FFEA;
}
.BgClassName
{
background-color: #76FFEA;
}
</style>
border-color css
<style>
span { border-color: #76FFEA; }
span { border-color: rgb(118,255,234); }
td.TdClassName
{
border-color: #76FFEA;
}
.TagClassName
{
border-color: #76FFEA;
}
</style>