Shades of Baby Blue #76FDEC
Tints of Baby Blue #76FDEC
RGB
CMYK
RGB Variations
Color information
#76FDEC (or 0x76FDEC) is known color: Baby Blue. HEX triplet: 76, FD and EC. RGB value is (118,253,236). Sum of RGB (Red+Green+Blue) = 118+253+236=607 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.44% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FDEC is #890213. Grayscale: #D2D2D2. Windows color (decimal): -8978964 or 15531382. OLE color: 15531382.
HSL color Cylindrical-coordinate representation of color #76FDEC: hue angle of 172.44º 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 #76FDEC is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 253 | 236 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.01 |
| HSL | 172.44º | 0.97% | 0.73% | - |
| HSV(B) | 172.44º | 0.53% | 0.99% | - |
| XYZ | 57.74 | 80.16 | 91.79 | - |
| YUV | 210.7 | 142.27 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 253 | 236 | 0.53 | 0 | 0.07 | 0.01 | 172.44 | 0.97 | 0.73 |
| Hex | 76 | FD | EC | 35 | 0 | 7 | 1 | AC | 61 | 49 |
| Octal | 166 | 375 | 354 | 65 | 0 | 7 | 1 | 254 | 141 | 111 |
| Binary | 1110110 | 11111101 | 11101100 | 110101 | 0 | 111 | 1 | 10101100 | 1100001 | 1001001 |
Color Harmonies of #76FDEC
Complementary color
Monochromatic Colors of #76FDEC
Black with #76FDEC
Text Example
Text Example
White with #76FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FDEC; }
p { color: rgb(118,253,236); }
H1.HeaderClassName
{
color: #76FDEC;
}
.AnyTagClassName
{
color: #76FDEC;
}
</style>
background-color css
<style>
a { background-color: #76FDEC; }
a { background-color: rgb(118,253,236); }
div.DivClassName
{
background-color: #76FDEC;
}
.BgClassName
{
background-color: #76FDEC;
}
</style>
border-color css
<style>
span { border-color: #76FDEC; }
span { border-color: rgb(118,253,236); }
td.TdClassName
{
border-color: #76FDEC;
}
.TagClassName
{
border-color: #76FDEC;
}
</style>