Shades of Baby Blue #72FFFA
Tints of Baby Blue #72FFFA
RGB
CMYK
RGB Variations
Color information
#72FFFA (or 0x72FFFA) is known color: Baby Blue. HEX triplet: 72, FF and FA. RGB value is (114,255,250). Sum of RGB (Red+Green+Blue) = 114+255+250=619 (81% of max value = 765). Red value is 114 (44.92% from 255 or 18.42% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FFFA is #8D0005. Grayscale: #D4D4D4. Windows color (decimal): -9240582 or 16449394. OLE color: 16449394.
HSL color Cylindrical-coordinate representation of color #72FFFA: hue angle of 177.87º 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 #72FFFA is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 250 | - |
| CMYK | 0.55 | 0 | 0.02 | 0 |
| HSL | 177.87º | 1% | 0.72% | - |
| HSV(B) | 177.87º | 0.55% | 1% | - |
| XYZ | 59.95 | 82 | 103.11 | - |
| YUV | 212.27 | 149.29 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 250 | 0.55 | 0 | 0.02 | 0 | 177.87 | 1 | 0.72 |
| Hex | 72 | FF | FA | 37 | 0 | 2 | 0 | B2 | 64 | 48 |
| Octal | 162 | 377 | 372 | 67 | 0 | 2 | 0 | 262 | 144 | 110 |
| Binary | 1110010 | 11111111 | 11111010 | 110111 | 0 | 10 | 0 | 10110010 | 1100100 | 1001000 |
Color Harmonies of #72FFFA
Complementary color
Monochromatic Colors of #72FFFA
Black with #72FFFA
Text Example
Text Example
White with #72FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFFA; }
p { color: rgb(114,255,250); }
H1.HeaderClassName
{
color: #72FFFA;
}
.AnyTagClassName
{
color: #72FFFA;
}
</style>
background-color css
<style>
a { background-color: #72FFFA; }
a { background-color: rgb(114,255,250); }
div.DivClassName
{
background-color: #72FFFA;
}
.BgClassName
{
background-color: #72FFFA;
}
</style>
border-color css
<style>
span { border-color: #72FFFA; }
span { border-color: rgb(114,255,250); }
td.TdClassName
{
border-color: #72FFFA;
}
.TagClassName
{
border-color: #72FFFA;
}
</style>