Shades of Baby Blue #72F0EA
Tints of Baby Blue #72F0EA
RGB
CMYK
RGB Variations
Color information
#72F0EA (or 0x72F0EA) is known color: Baby Blue. HEX triplet: 72, F0 and EA. RGB value is (114,240,234). Sum of RGB (Red+Green+Blue) = 114+240+234=588 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.39% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F0EA is #8D0F15. Grayscale: #C9C9C9. Windows color (decimal): -9244438 or 15396978. OLE color: 15396978.
HSL color Cylindrical-coordinate representation of color #72F0EA: hue angle of 177.14º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72F0EA is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 240 | 234 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.06 |
| HSL | 177.14º | 0.81% | 0.69% | - |
| HSV(B) | 177.14º | 0.53% | 0.94% | - |
| XYZ | 52.95 | 71.84 | 88.92 | - |
| YUV | 201.64 | 146.26 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 240 | 234 | 0.52 | 0 | 0.02 | 0.06 | 177.14 | 0.81 | 0.69 |
| Hex | 72 | F0 | EA | 34 | 0 | 2 | 6 | B1 | 51 | 45 |
| Octal | 162 | 360 | 352 | 64 | 0 | 2 | 6 | 261 | 121 | 105 |
| Binary | 1110010 | 11110000 | 11101010 | 110100 | 0 | 10 | 110 | 10110001 | 1010001 | 1000101 |
Color Harmonies of #72F0EA
Complementary color
Monochromatic Colors of #72F0EA
Black with #72F0EA
Text Example
Text Example
White with #72F0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F0EA; }
p { color: rgb(114,240,234); }
H1.HeaderClassName
{
color: #72F0EA;
}
.AnyTagClassName
{
color: #72F0EA;
}
</style>
background-color css
<style>
a { background-color: #72F0EA; }
a { background-color: rgb(114,240,234); }
div.DivClassName
{
background-color: #72F0EA;
}
.BgClassName
{
background-color: #72F0EA;
}
</style>
border-color css
<style>
span { border-color: #72F0EA; }
span { border-color: rgb(114,240,234); }
td.TdClassName
{
border-color: #72F0EA;
}
.TagClassName
{
border-color: #72F0EA;
}
</style>