Shades of Baby Blue #72F6F7
Tints of Baby Blue #72F6F7
RGB
CMYK
RGB Variations
Color information
#72F6F7 (or 0x72F6F7) is known color: Baby Blue. HEX triplet: 72, F6 and F7. RGB value is (114,246,247). Sum of RGB (Red+Green+Blue) = 114+246+247=607 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.78% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #72F6F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F6F7 is #8D0908. Grayscale: #CECECE. Windows color (decimal): -9242889 or 16250482. OLE color: 16250482.
HSL color Cylindrical-coordinate representation of color #72F6F7: hue angle of 180.45º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F6F7 is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 246 | 247 | - |
| CMYK | 0.54 | 0.00 | 0 | 0.03 |
| HSL | 180.45º | 0.89% | 0.71% | - |
| HSV(B) | 180.45º | 0.54% | 0.97% | - |
| XYZ | 56.68 | 76.2 | 99.72 | - |
| YUV | 206.65 | 150.77 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 246 | 247 | 0.54 | 0.00 | 0 | 0.03 | 180.45 | 0.89 | 0.71 |
| Hex | 72 | F6 | F7 | 36 | 0 | 0 | 3 | B4 | 59 | 47 |
| Octal | 162 | 366 | 367 | 66 | 0 | 0 | 3 | 264 | 131 | 107 |
| Binary | 1110010 | 11110110 | 11110111 | 110110 | 0 | 0 | 11 | 10110100 | 1011001 | 1000111 |
Color Harmonies of #72F6F7
Complementary color
Monochromatic Colors of #72F6F7
Black with #72F6F7
Text Example
Text Example
White with #72F6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F6F7; }
p { color: rgb(114,246,247); }
H1.HeaderClassName
{
color: #72F6F7;
}
.AnyTagClassName
{
color: #72F6F7;
}
</style>
background-color css
<style>
a { background-color: #72F6F7; }
a { background-color: rgb(114,246,247); }
div.DivClassName
{
background-color: #72F6F7;
}
.BgClassName
{
background-color: #72F6F7;
}
</style>
border-color css
<style>
span { border-color: #72F6F7; }
span { border-color: rgb(114,246,247); }
td.TdClassName
{
border-color: #72F6F7;
}
.TagClassName
{
border-color: #72F6F7;
}
</style>