Shades of Baby Blue #77FEEA
Tints of Baby Blue #77FEEA
RGB
CMYK
RGB Variations
Color information
#77FEEA (or 0x77FEEA) is known color: Baby Blue. HEX triplet: 77, FE and EA. RGB value is (119,254,234). Sum of RGB (Red+Green+Blue) = 119+254+234=607 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.60% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #77FEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FEEA is #880115. Grayscale: #D3D3D3. Windows color (decimal): -8913174 or 15400567. OLE color: 15400567.
HSL color Cylindrical-coordinate representation of color #77FEEA: hue angle of 171.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FEEA is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 254 | 234 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.00 |
| HSL | 171.11º | 0.99% | 0.73% | - |
| HSV(B) | 171.11º | 0.53% | 1% | - |
| XYZ | 57.9 | 80.75 | 90.38 | - |
| YUV | 211.36 | 140.77 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 254 | 234 | 0.53 | 0 | 0.08 | 0.00 | 171.11 | 0.99 | 0.73 |
| Hex | 77 | FE | EA | 35 | 0 | 8 | 0 | AB | 63 | 49 |
| Octal | 167 | 376 | 352 | 65 | 0 | 10 | 0 | 253 | 143 | 111 |
| Binary | 1110111 | 11111110 | 11101010 | 110101 | 0 | 1000 | 0 | 10101011 | 1100011 | 1001001 |
Color Harmonies of #77FEEA
Complementary color
Monochromatic Colors of #77FEEA
Black with #77FEEA
Text Example
Text Example
White with #77FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FEEA; }
p { color: rgb(119,254,234); }
H1.HeaderClassName
{
color: #77FEEA;
}
.AnyTagClassName
{
color: #77FEEA;
}
</style>
background-color css
<style>
a { background-color: #77FEEA; }
a { background-color: rgb(119,254,234); }
div.DivClassName
{
background-color: #77FEEA;
}
.BgClassName
{
background-color: #77FEEA;
}
</style>
border-color css
<style>
span { border-color: #77FEEA; }
span { border-color: rgb(119,254,234); }
td.TdClassName
{
border-color: #77FEEA;
}
.TagClassName
{
border-color: #77FEEA;
}
</style>