Shades of Baby Blue #72FEF0
Tints of Baby Blue #72FEF0
RGB
CMYK
RGB Variations
Color information
#72FEF0 (or 0x72FEF0) is known color: Baby Blue. HEX triplet: 72, FE and F0. RGB value is (114,254,240). Sum of RGB (Red+Green+Blue) = 114+254+240=608 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.75% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FEF0 is #8D010F. Grayscale: #D2D2D2. Windows color (decimal): -9240848 or 15793778. OLE color: 15793778.
HSL color Cylindrical-coordinate representation of color #72FEF0: hue angle of 174º 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 #72FEF0 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 240 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.00 |
| HSL | 174º | 0.99% | 0.72% | - |
| HSV(B) | 174º | 0.55% | 1% | - |
| XYZ | 58.11 | 80.75 | 94.96 | - |
| YUV | 210.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 240 | 0.55 | 0 | 0.06 | 0.00 | 174 | 0.99 | 0.72 |
| Hex | 72 | FE | F0 | 37 | 0 | 6 | 0 | AE | 63 | 48 |
| Octal | 162 | 376 | 360 | 67 | 0 | 6 | 0 | 256 | 143 | 110 |
| Binary | 1110010 | 11111110 | 11110000 | 110111 | 0 | 110 | 0 | 10101110 | 1100011 | 1001000 |
Color Harmonies of #72FEF0
Complementary color
Monochromatic Colors of #72FEF0
Black with #72FEF0
Text Example
Text Example
White with #72FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FEF0; }
p { color: rgb(114,254,240); }
H1.HeaderClassName
{
color: #72FEF0;
}
.AnyTagClassName
{
color: #72FEF0;
}
</style>
background-color css
<style>
a { background-color: #72FEF0; }
a { background-color: rgb(114,254,240); }
div.DivClassName
{
background-color: #72FEF0;
}
.BgClassName
{
background-color: #72FEF0;
}
</style>
border-color css
<style>
span { border-color: #72FEF0; }
span { border-color: rgb(114,254,240); }
td.TdClassName
{
border-color: #72FEF0;
}
.TagClassName
{
border-color: #72FEF0;
}
</style>