Shades of Baby Blue #72FFED
Tints of Baby Blue #72FFED
RGB
CMYK
RGB Variations
Color information
#72FFED (or 0x72FFED) is known color: Baby Blue. HEX triplet: 72, FF and ED. RGB value is (114,255,237). Sum of RGB (Red+Green+Blue) = 114+255+237=606 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.81% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FFED is #8D0012. Grayscale: #D2D2D2. Windows color (decimal): -9240595 or 15597426. OLE color: 15597426.
HSL color Cylindrical-coordinate representation of color #72FFED: hue angle of 172.34º 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 #72FFED is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 237 | - |
| CMYK | 0.55 | 0 | 0.07 | 0 |
| HSL | 172.34º | 1% | 0.72% | - |
| HSV(B) | 172.34º | 0.55% | 1% | - |
| XYZ | 57.99 | 81.21 | 92.74 | - |
| YUV | 210.79 | 142.79 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 237 | 0.55 | 0 | 0.07 | 0 | 172.34 | 1 | 0.72 |
| Hex | 72 | FF | ED | 37 | 0 | 7 | 0 | AC | 64 | 48 |
| Octal | 162 | 377 | 355 | 67 | 0 | 7 | 0 | 254 | 144 | 110 |
| Binary | 1110010 | 11111111 | 11101101 | 110111 | 0 | 111 | 0 | 10101100 | 1100100 | 1001000 |
Color Harmonies of #72FFED
Complementary color
Monochromatic Colors of #72FFED
Black with #72FFED
Text Example
Text Example
White with #72FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFED; }
p { color: rgb(114,255,237); }
H1.HeaderClassName
{
color: #72FFED;
}
.AnyTagClassName
{
color: #72FFED;
}
</style>
background-color css
<style>
a { background-color: #72FFED; }
a { background-color: rgb(114,255,237); }
div.DivClassName
{
background-color: #72FFED;
}
.BgClassName
{
background-color: #72FFED;
}
</style>
border-color css
<style>
span { border-color: #72FFED; }
span { border-color: rgb(114,255,237); }
td.TdClassName
{
border-color: #72FFED;
}
.TagClassName
{
border-color: #72FFED;
}
</style>