Shades of Baby Blue #72F2F1
Tints of Baby Blue #72F2F1
RGB
CMYK
RGB Variations
Color information
#72F2F1 (or 0x72F2F1) is known color: Baby Blue. HEX triplet: 72, F2 and F1. RGB value is (114,242,241). Sum of RGB (Red+Green+Blue) = 114+242+241=597 (79% of max value = 765). Red value is 114 (44.92% from 255 or 19.10% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #72F2F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F2F1 is #8D0D0E. Grayscale: #CBCBCB. Windows color (decimal): -9243919 or 15856242. OLE color: 15856242.
HSL color Cylindrical-coordinate representation of color #72F2F1: hue angle of 179.53º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F2F1 is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 242 | 241 | - |
| CMYK | 0.53 | 0 | 0.00 | 0.05 |
| HSL | 179.53º | 0.83% | 0.7% | - |
| HSV(B) | 179.53º | 0.53% | 0.95% | - |
| XYZ | 54.57 | 73.43 | 94.52 | - |
| YUV | 203.61 | 149.09 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 242 | 241 | 0.53 | 0 | 0.00 | 0.05 | 179.53 | 0.83 | 0.7 |
| Hex | 72 | F2 | F1 | 35 | 0 | 0 | 5 | B4 | 53 | 46 |
| Octal | 162 | 362 | 361 | 65 | 0 | 0 | 5 | 264 | 123 | 106 |
| Binary | 1110010 | 11110010 | 11110001 | 110101 | 0 | 0 | 101 | 10110100 | 1010011 | 1000110 |
Color Harmonies of #72F2F1
Complementary color
Monochromatic Colors of #72F2F1
Black with #72F2F1
Text Example
Text Example
White with #72F2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F2F1; }
p { color: rgb(114,242,241); }
H1.HeaderClassName
{
color: #72F2F1;
}
.AnyTagClassName
{
color: #72F2F1;
}
</style>
background-color css
<style>
a { background-color: #72F2F1; }
a { background-color: rgb(114,242,241); }
div.DivClassName
{
background-color: #72F2F1;
}
.BgClassName
{
background-color: #72F2F1;
}
</style>
border-color css
<style>
span { border-color: #72F2F1; }
span { border-color: rgb(114,242,241); }
td.TdClassName
{
border-color: #72F2F1;
}
.TagClassName
{
border-color: #72F2F1;
}
</style>