Shades of Baby Blue #72FEFA
Tints of Baby Blue #72FEFA
RGB
CMYK
RGB Variations
Color information
#72FEFA (or 0x72FEFA) is known color: Baby Blue. HEX triplet: 72, FE and FA. RGB value is (114,254,250). Sum of RGB (Red+Green+Blue) = 114+254+250=618 (81% of max value = 765). Red value is 114 (44.92% from 255 or 18.45% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FEFA is #8D0105. Grayscale: #D3D3D3. Windows color (decimal): -9240838 or 16449138. OLE color: 16449138.
HSL color Cylindrical-coordinate representation of color #72FEFA: hue angle of 178.29º 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 #72FEFA is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 250 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.00 |
| HSL | 178.29º | 0.99% | 0.72% | - |
| HSV(B) | 178.29º | 0.55% | 1% | - |
| XYZ | 59.64 | 81.36 | 103 | - |
| YUV | 211.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 250 | 0.55 | 0 | 0.02 | 0.00 | 178.29 | 0.99 | 0.72 |
| Hex | 72 | FE | FA | 37 | 0 | 2 | 0 | B2 | 63 | 48 |
| Octal | 162 | 376 | 372 | 67 | 0 | 2 | 0 | 262 | 143 | 110 |
| Binary | 1110010 | 11111110 | 11111010 | 110111 | 0 | 10 | 0 | 10110010 | 1100011 | 1001000 |
Color Harmonies of #72FEFA
Complementary color
Monochromatic Colors of #72FEFA
Black with #72FEFA
Text Example
Text Example
White with #72FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FEFA; }
p { color: rgb(114,254,250); }
H1.HeaderClassName
{
color: #72FEFA;
}
.AnyTagClassName
{
color: #72FEFA;
}
</style>
background-color css
<style>
a { background-color: #72FEFA; }
a { background-color: rgb(114,254,250); }
div.DivClassName
{
background-color: #72FEFA;
}
.BgClassName
{
background-color: #72FEFA;
}
</style>
border-color css
<style>
span { border-color: #72FEFA; }
span { border-color: rgb(114,254,250); }
td.TdClassName
{
border-color: #72FEFA;
}
.TagClassName
{
border-color: #72FEFA;
}
</style>