Shades of Baby Blue #76FCEC
Tints of Baby Blue #76FCEC
RGB
CMYK
RGB Variations
Color information
#76FCEC (or 0x76FCEC) is known color: Baby Blue. HEX triplet: 76, FC and EC. RGB value is (118,252,236). Sum of RGB (Red+Green+Blue) = 118+252+236=606 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.47% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FCEC is #890313. Grayscale: #D2D2D2. Windows color (decimal): -8979220 or 15531126. OLE color: 15531126.
HSL color Cylindrical-coordinate representation of color #76FCEC: hue angle of 172.84º degrees, saturation: 0.96, 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 #76FCEC is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 252 | 236 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.01 |
| HSL | 172.84º | 0.96% | 0.73% | - |
| HSV(B) | 172.84º | 0.53% | 0.99% | - |
| XYZ | 57.42 | 79.53 | 91.68 | - |
| YUV | 210.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 252 | 236 | 0.53 | 0 | 0.06 | 0.01 | 172.84 | 0.96 | 0.73 |
| Hex | 76 | FC | EC | 35 | 0 | 6 | 1 | AD | 60 | 49 |
| Octal | 166 | 374 | 354 | 65 | 0 | 6 | 1 | 255 | 140 | 111 |
| Binary | 1110110 | 11111100 | 11101100 | 110101 | 0 | 110 | 1 | 10101101 | 1100000 | 1001001 |
Color Harmonies of #76FCEC
Complementary color
Monochromatic Colors of #76FCEC
Black with #76FCEC
Text Example
Text Example
White with #76FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FCEC; }
p { color: rgb(118,252,236); }
H1.HeaderClassName
{
color: #76FCEC;
}
.AnyTagClassName
{
color: #76FCEC;
}
</style>
background-color css
<style>
a { background-color: #76FCEC; }
a { background-color: rgb(118,252,236); }
div.DivClassName
{
background-color: #76FCEC;
}
.BgClassName
{
background-color: #76FCEC;
}
</style>
border-color css
<style>
span { border-color: #76FCEC; }
span { border-color: rgb(118,252,236); }
td.TdClassName
{
border-color: #76FCEC;
}
.TagClassName
{
border-color: #76FCEC;
}
</style>