Shades of Baby Blue #72FFFC
Tints of Baby Blue #72FFFC
RGB
CMYK
RGB Variations
Color information
#72FFFC (or 0x72FFFC) is known color: Baby Blue. HEX triplet: 72, FF and FC. RGB value is (114,255,252). Sum of RGB (Red+Green+Blue) = 114+255+252=621 (82% of max value = 765). Red value is 114 (44.92% from 255 or 18.36% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FFFC is #8D0003. Grayscale: #D4D4D4. Windows color (decimal): -9240580 or 16580466. OLE color: 16580466.
HSL color Cylindrical-coordinate representation of color #72FFFC: hue angle of 178.72º 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 #72FFFC is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 252 | - |
| CMYK | 0.55 | 0 | 0.01 | 0 |
| HSL | 178.72º | 1% | 0.72% | - |
| HSV(B) | 178.72º | 0.55% | 1% | - |
| XYZ | 60.27 | 82.13 | 104.77 | - |
| YUV | 212.5 | 150.29 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 252 | 0.55 | 0 | 0.01 | 0 | 178.72 | 1 | 0.72 |
| Hex | 72 | FF | FC | 37 | 0 | 1 | 0 | B3 | 64 | 48 |
| Octal | 162 | 377 | 374 | 67 | 0 | 1 | 0 | 263 | 144 | 110 |
| Binary | 1110010 | 11111111 | 11111100 | 110111 | 0 | 1 | 0 | 10110011 | 1100100 | 1001000 |
Color Harmonies of #72FFFC
Complementary color
Monochromatic Colors of #72FFFC
Black with #72FFFC
Text Example
Text Example
White with #72FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFFC; }
p { color: rgb(114,255,252); }
H1.HeaderClassName
{
color: #72FFFC;
}
.AnyTagClassName
{
color: #72FFFC;
}
</style>
background-color css
<style>
a { background-color: #72FFFC; }
a { background-color: rgb(114,255,252); }
div.DivClassName
{
background-color: #72FFFC;
}
.BgClassName
{
background-color: #72FFFC;
}
</style>
border-color css
<style>
span { border-color: #72FFFC; }
span { border-color: rgb(114,255,252); }
td.TdClassName
{
border-color: #72FFFC;
}
.TagClassName
{
border-color: #72FFFC;
}
</style>