Shades of Baby Blue #72FFEC
Tints of Baby Blue #72FFEC
RGB
CMYK
RGB Variations
Color information
#72FFEC (or 0x72FFEC) is known color: Baby Blue. HEX triplet: 72, FF and EC. RGB value is (114,255,236). Sum of RGB (Red+Green+Blue) = 114+255+236=605 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.84% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FFEC is #8D0013. Grayscale: #D2D2D2. Windows color (decimal): -9240596 or 15531890. OLE color: 15531890.
HSL color Cylindrical-coordinate representation of color #72FFEC: hue angle of 171.91º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FFEC is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 236 | - |
| CMYK | 0.55 | 0 | 0.07 | 0 |
| HSL | 171.91º | 1% | 0.72% | - |
| HSV(B) | 171.91º | 0.55% | 1% | - |
| XYZ | 57.84 | 81.15 | 91.97 | - |
| YUV | 210.68 | 142.29 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 236 | 0.55 | 0 | 0.07 | 0 | 171.91 | 1 | 0.72 |
| Hex | 72 | FF | EC | 37 | 0 | 7 | 0 | AC | 64 | 48 |
| Octal | 162 | 377 | 354 | 67 | 0 | 7 | 0 | 254 | 144 | 110 |
| Binary | 1110010 | 11111111 | 11101100 | 110111 | 0 | 111 | 0 | 10101100 | 1100100 | 1001000 |
Color Harmonies of #72FFEC
Complementary color
Monochromatic Colors of #72FFEC
Black with #72FFEC
Text Example
Text Example
White with #72FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFEC; }
p { color: rgb(114,255,236); }
H1.HeaderClassName
{
color: #72FFEC;
}
.AnyTagClassName
{
color: #72FFEC;
}
</style>
background-color css
<style>
a { background-color: #72FFEC; }
a { background-color: rgb(114,255,236); }
div.DivClassName
{
background-color: #72FFEC;
}
.BgClassName
{
background-color: #72FFEC;
}
</style>
border-color css
<style>
span { border-color: #72FFEC; }
span { border-color: rgb(114,255,236); }
td.TdClassName
{
border-color: #72FFEC;
}
.TagClassName
{
border-color: #72FFEC;
}
</style>