Shades of Baby Blue #72FEED
Tints of Baby Blue #72FEED
RGB
CMYK
RGB Variations
Color information
#72FEED (or 0x72FEED) is known color: Baby Blue. HEX triplet: 72, FE and ED. RGB value is (114,254,237). Sum of RGB (Red+Green+Blue) = 114+254+237=605 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.84% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FEED is #8D0112. Grayscale: #D2D2D2. Windows color (decimal): -9240851 or 15597170. OLE color: 15597170.
HSL color Cylindrical-coordinate representation of color #72FEED: hue angle of 172.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FEED is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 237 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.00 |
| HSL | 172.71º | 0.99% | 0.72% | - |
| HSV(B) | 172.71º | 0.55% | 1% | - |
| XYZ | 57.67 | 80.58 | 92.63 | - |
| YUV | 210.2 | 143.12 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 237 | 0.55 | 0 | 0.07 | 0.00 | 172.71 | 0.99 | 0.72 |
| Hex | 72 | FE | ED | 37 | 0 | 7 | 0 | AD | 63 | 48 |
| Octal | 162 | 376 | 355 | 67 | 0 | 7 | 0 | 255 | 143 | 110 |
| Binary | 1110010 | 11111110 | 11101101 | 110111 | 0 | 111 | 0 | 10101101 | 1100011 | 1001000 |
Color Harmonies of #72FEED
Complementary color
Monochromatic Colors of #72FEED
Black with #72FEED
Text Example
Text Example
White with #72FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FEED; }
p { color: rgb(114,254,237); }
H1.HeaderClassName
{
color: #72FEED;
}
.AnyTagClassName
{
color: #72FEED;
}
</style>
background-color css
<style>
a { background-color: #72FEED; }
a { background-color: rgb(114,254,237); }
div.DivClassName
{
background-color: #72FEED;
}
.BgClassName
{
background-color: #72FEED;
}
</style>
border-color css
<style>
span { border-color: #72FEED; }
span { border-color: rgb(114,254,237); }
td.TdClassName
{
border-color: #72FEED;
}
.TagClassName
{
border-color: #72FEED;
}
</style>