Shades of Baby Blue #72FFE9
Tints of Baby Blue #72FFE9
RGB
CMYK
RGB Variations
Color information
#72FFE9 (or 0x72FFE9) is known color: Baby Blue. HEX triplet: 72, FF and E9. RGB value is (114,255,233). Sum of RGB (Red+Green+Blue) = 114+255+233=602 (79% of max value = 765). Red value is 114 (44.92% from 255 or 18.94% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FFE9 is #8D0016. Grayscale: #D2D2D2. Windows color (decimal): -9240599 or 15335282. OLE color: 15335282.
HSL color Cylindrical-coordinate representation of color #72FFE9: hue angle of 170.64º 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 #72FFE9 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 233 | - |
| CMYK | 0.55 | 0 | 0.09 | 0 |
| HSL | 170.64º | 1% | 0.72% | - |
| HSV(B) | 170.64º | 0.55% | 1% | - |
| XYZ | 57.41 | 80.98 | 89.7 | - |
| YUV | 210.33 | 140.79 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 233 | 0.55 | 0 | 0.09 | 0 | 170.64 | 1 | 0.72 |
| Hex | 72 | FF | E9 | 37 | 0 | 9 | 0 | AB | 64 | 48 |
| Octal | 162 | 377 | 351 | 67 | 0 | 11 | 0 | 253 | 144 | 110 |
| Binary | 1110010 | 11111111 | 11101001 | 110111 | 0 | 1001 | 0 | 10101011 | 1100100 | 1001000 |
Color Harmonies of #72FFE9
Complementary color
Monochromatic Colors of #72FFE9
Black with #72FFE9
Text Example
Text Example
White with #72FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFE9; }
p { color: rgb(114,255,233); }
H1.HeaderClassName
{
color: #72FFE9;
}
.AnyTagClassName
{
color: #72FFE9;
}
</style>
background-color css
<style>
a { background-color: #72FFE9; }
a { background-color: rgb(114,255,233); }
div.DivClassName
{
background-color: #72FFE9;
}
.BgClassName
{
background-color: #72FFE9;
}
</style>
border-color css
<style>
span { border-color: #72FFE9; }
span { border-color: rgb(114,255,233); }
td.TdClassName
{
border-color: #72FFE9;
}
.TagClassName
{
border-color: #72FFE9;
}
</style>