Shades of Baby Blue #77FFEA
Tints of Baby Blue #77FFEA
RGB
CMYK
RGB Variations
Color information
#77FFEA (or 0x77FFEA) is known color: Baby Blue. HEX triplet: 77, FF and EA. RGB value is (119,255,234). Sum of RGB (Red+Green+Blue) = 119+255+234=608 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.57% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FFEA is #880015. Grayscale: #D3D3D3. Windows color (decimal): -8912918 or 15400823. OLE color: 15400823.
HSL color Cylindrical-coordinate representation of color #77FFEA: hue angle of 170.74º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FFEA is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 234 | - |
| CMYK | 0.53 | 0 | 0.08 | 0 |
| HSL | 170.74º | 1% | 0.73% | - |
| HSV(B) | 170.74º | 0.53% | 1% | - |
| XYZ | 58.22 | 81.38 | 90.48 | - |
| YUV | 211.94 | 140.44 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 234 | 0.53 | 0 | 0.08 | 0 | 170.74 | 1 | 0.73 |
| Hex | 77 | FF | EA | 35 | 0 | 8 | 0 | AB | 64 | 49 |
| Octal | 167 | 377 | 352 | 65 | 0 | 10 | 0 | 253 | 144 | 111 |
| Binary | 1110111 | 11111111 | 11101010 | 110101 | 0 | 1000 | 0 | 10101011 | 1100100 | 1001001 |
Color Harmonies of #77FFEA
Complementary color
Monochromatic Colors of #77FFEA
Black with #77FFEA
Text Example
Text Example
White with #77FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFEA; }
p { color: rgb(119,255,234); }
H1.HeaderClassName
{
color: #77FFEA;
}
.AnyTagClassName
{
color: #77FFEA;
}
</style>
background-color css
<style>
a { background-color: #77FFEA; }
a { background-color: rgb(119,255,234); }
div.DivClassName
{
background-color: #77FFEA;
}
.BgClassName
{
background-color: #77FFEA;
}
</style>
border-color css
<style>
span { border-color: #77FFEA; }
span { border-color: rgb(119,255,234); }
td.TdClassName
{
border-color: #77FFEA;
}
.TagClassName
{
border-color: #77FFEA;
}
</style>