Shades of Baby Blue #77FFEE
Tints of Baby Blue #77FFEE
RGB
CMYK
RGB Variations
Color information
#77FFEE (or 0x77FFEE) is known color: Baby Blue. HEX triplet: 77, FF and EE. RGB value is (119,255,238). Sum of RGB (Red+Green+Blue) = 119+255+238=612 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.44% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FFEE is #880011. Grayscale: #D4D4D4. Windows color (decimal): -8912914 or 15662967. OLE color: 15662967.
HSL color Cylindrical-coordinate representation of color #77FFEE: hue angle of 172.5º 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 #77FFEE is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 238 | - |
| CMYK | 0.53 | 0 | 0.07 | 0 |
| HSL | 172.5º | 1% | 0.73% | - |
| HSV(B) | 172.5º | 0.53% | 1% | - |
| XYZ | 58.8 | 81.61 | 93.54 | - |
| YUV | 212.4 | 142.44 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 238 | 0.53 | 0 | 0.07 | 0 | 172.5 | 1 | 0.73 |
| Hex | 77 | FF | EE | 35 | 0 | 7 | 0 | AC | 64 | 49 |
| Octal | 167 | 377 | 356 | 65 | 0 | 7 | 0 | 254 | 144 | 111 |
| Binary | 1110111 | 11111111 | 11101110 | 110101 | 0 | 111 | 0 | 10101100 | 1100100 | 1001001 |
Color Harmonies of #77FFEE
Complementary color
Monochromatic Colors of #77FFEE
Black with #77FFEE
Text Example
Text Example
White with #77FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFEE; }
p { color: rgb(119,255,238); }
H1.HeaderClassName
{
color: #77FFEE;
}
.AnyTagClassName
{
color: #77FFEE;
}
</style>
background-color css
<style>
a { background-color: #77FFEE; }
a { background-color: rgb(119,255,238); }
div.DivClassName
{
background-color: #77FFEE;
}
.BgClassName
{
background-color: #77FFEE;
}
</style>
border-color css
<style>
span { border-color: #77FFEE; }
span { border-color: rgb(119,255,238); }
td.TdClassName
{
border-color: #77FFEE;
}
.TagClassName
{
border-color: #77FFEE;
}
</style>