Shades of Baby Blue #72F2EC
Tints of Baby Blue #72F2EC
RGB
CMYK
RGB Variations
Color information
#72F2EC (or 0x72F2EC) is known color: Baby Blue. HEX triplet: 72, F2 and EC. RGB value is (114,242,236). Sum of RGB (Red+Green+Blue) = 114+242+236=592 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.26% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #72F2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F2EC is #8D0D13. Grayscale: #CACACA. Windows color (decimal): -9243924 or 15528562. OLE color: 15528562.
HSL color Cylindrical-coordinate representation of color #72F2EC: hue angle of 177.19º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F2EC is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 242 | 236 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.05 |
| HSL | 177.19º | 0.83% | 0.7% | - |
| HSV(B) | 177.19º | 0.53% | 0.95% | - |
| XYZ | 53.83 | 73.14 | 90.64 | - |
| YUV | 203.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 242 | 236 | 0.53 | 0 | 0.02 | 0.05 | 177.19 | 0.83 | 0.7 |
| Hex | 72 | F2 | EC | 35 | 0 | 2 | 5 | B1 | 53 | 46 |
| Octal | 162 | 362 | 354 | 65 | 0 | 2 | 5 | 261 | 123 | 106 |
| Binary | 1110010 | 11110010 | 11101100 | 110101 | 0 | 10 | 101 | 10110001 | 1010011 | 1000110 |
Color Harmonies of #72F2EC
Complementary color
Monochromatic Colors of #72F2EC
Black with #72F2EC
Text Example
Text Example
White with #72F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F2EC; }
p { color: rgb(114,242,236); }
H1.HeaderClassName
{
color: #72F2EC;
}
.AnyTagClassName
{
color: #72F2EC;
}
</style>
background-color css
<style>
a { background-color: #72F2EC; }
a { background-color: rgb(114,242,236); }
div.DivClassName
{
background-color: #72F2EC;
}
.BgClassName
{
background-color: #72F2EC;
}
</style>
border-color css
<style>
span { border-color: #72F2EC; }
span { border-color: rgb(114,242,236); }
td.TdClassName
{
border-color: #72F2EC;
}
.TagClassName
{
border-color: #72F2EC;
}
</style>