Shades of Baby Blue #77FDEC
Tints of Baby Blue #77FDEC
RGB
CMYK
RGB Variations
Color information
#77FDEC (or 0x77FDEC) is known color: Baby Blue. HEX triplet: 77, FD and EC. RGB value is (119,253,236). Sum of RGB (Red+Green+Blue) = 119+253+236=608 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.57% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FDEC is #880213. Grayscale: #D2D2D2. Windows color (decimal): -8913428 or 15531383. OLE color: 15531383.
HSL color Cylindrical-coordinate representation of color #77FDEC: hue angle of 172.39º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FDEC is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 253 | 236 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.01 |
| HSL | 172.39º | 0.97% | 0.73% | - |
| HSV(B) | 172.39º | 0.53% | 0.99% | - |
| XYZ | 57.87 | 80.23 | 91.79 | - |
| YUV | 211 | 142.11 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 253 | 236 | 0.53 | 0 | 0.07 | 0.01 | 172.39 | 0.97 | 0.73 |
| Hex | 77 | FD | EC | 35 | 0 | 7 | 1 | AC | 61 | 49 |
| Octal | 167 | 375 | 354 | 65 | 0 | 7 | 1 | 254 | 141 | 111 |
| Binary | 1110111 | 11111101 | 11101100 | 110101 | 0 | 111 | 1 | 10101100 | 1100001 | 1001001 |
Color Harmonies of #77FDEC
Complementary color
Monochromatic Colors of #77FDEC
Black with #77FDEC
Text Example
Text Example
White with #77FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FDEC; }
p { color: rgb(119,253,236); }
H1.HeaderClassName
{
color: #77FDEC;
}
.AnyTagClassName
{
color: #77FDEC;
}
</style>
background-color css
<style>
a { background-color: #77FDEC; }
a { background-color: rgb(119,253,236); }
div.DivClassName
{
background-color: #77FDEC;
}
.BgClassName
{
background-color: #77FDEC;
}
</style>
border-color css
<style>
span { border-color: #77FDEC; }
span { border-color: rgb(119,253,236); }
td.TdClassName
{
border-color: #77FDEC;
}
.TagClassName
{
border-color: #77FDEC;
}
</style>