Shades of Baby Blue #76FDEA
Tints of Baby Blue #76FDEA
RGB
CMYK
RGB Variations
Color information
#76FDEA (or 0x76FDEA) is known color: Baby Blue. HEX triplet: 76, FD and EA. RGB value is (118,253,234). Sum of RGB (Red+Green+Blue) = 118+253+234=605 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.50% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FDEA is #890215. Grayscale: #D2D2D2. Windows color (decimal): -8978966 or 15400310. OLE color: 15400310.
HSL color Cylindrical-coordinate representation of color #76FDEA: hue angle of 171.56º 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 #76FDEA is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 253 | 234 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.01 |
| HSL | 171.56º | 0.97% | 0.73% | - |
| HSV(B) | 171.56º | 0.53% | 0.99% | - |
| XYZ | 57.45 | 80.04 | 90.26 | - |
| YUV | 210.47 | 141.27 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 253 | 234 | 0.53 | 0 | 0.08 | 0.01 | 171.56 | 0.97 | 0.73 |
| Hex | 76 | FD | EA | 35 | 0 | 8 | 1 | AC | 61 | 49 |
| Octal | 166 | 375 | 352 | 65 | 0 | 10 | 1 | 254 | 141 | 111 |
| Binary | 1110110 | 11111101 | 11101010 | 110101 | 0 | 1000 | 1 | 10101100 | 1100001 | 1001001 |
Color Harmonies of #76FDEA
Complementary color
Monochromatic Colors of #76FDEA
Black with #76FDEA
Text Example
Text Example
White with #76FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FDEA; }
p { color: rgb(118,253,234); }
H1.HeaderClassName
{
color: #76FDEA;
}
.AnyTagClassName
{
color: #76FDEA;
}
</style>
background-color css
<style>
a { background-color: #76FDEA; }
a { background-color: rgb(118,253,234); }
div.DivClassName
{
background-color: #76FDEA;
}
.BgClassName
{
background-color: #76FDEA;
}
</style>
border-color css
<style>
span { border-color: #76FDEA; }
span { border-color: rgb(118,253,234); }
td.TdClassName
{
border-color: #76FDEA;
}
.TagClassName
{
border-color: #76FDEA;
}
</style>