Shades of Baby Blue #72FDFF
Tints of Baby Blue #72FDFF
RGB
CMYK
RGB Variations
Color information
#72FDFF (or 0x72FDFF) is known color: Baby Blue. HEX triplet: 72, FD and FF. RGB value is (114,253,255). Sum of RGB (Red+Green+Blue) = 114+253+255=622 (82% of max value = 765). Red value is 114 (44.92% from 255 or 18.33% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #72FDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FDFF is #8D0200. Grayscale: #D3D3D3. Windows color (decimal): -9241089 or 16776562. OLE color: 16776562.
HSL color Cylindrical-coordinate representation of color #72FDFF: hue angle of 180.85º 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 #72FDFF is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 253 | 255 | - |
| CMYK | 0.55 | 0.01 | 0 | 0 |
| HSL | 180.85º | 1% | 0.72% | - |
| HSV(B) | 180.85º | 0.55% | 1% | - |
| XYZ | 60.11 | 81.05 | 107.08 | - |
| YUV | 211.67 | 152.45 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 253 | 255 | 0.55 | 0.01 | 0 | 0 | 180.85 | 1 | 0.72 |
| Hex | 72 | FD | FF | 37 | 1 | 0 | 0 | B5 | 64 | 48 |
| Octal | 162 | 375 | 377 | 67 | 1 | 0 | 0 | 265 | 144 | 110 |
| Binary | 1110010 | 11111101 | 11111111 | 110111 | 1 | 0 | 0 | 10110101 | 1100100 | 1001000 |
Color Harmonies of #72FDFF
Complementary color
Monochromatic Colors of #72FDFF
Black with #72FDFF
Text Example
Text Example
White with #72FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FDFF; }
p { color: rgb(114,253,255); }
H1.HeaderClassName
{
color: #72FDFF;
}
.AnyTagClassName
{
color: #72FDFF;
}
</style>
background-color css
<style>
a { background-color: #72FDFF; }
a { background-color: rgb(114,253,255); }
div.DivClassName
{
background-color: #72FDFF;
}
.BgClassName
{
background-color: #72FDFF;
}
</style>
border-color css
<style>
span { border-color: #72FDFF; }
span { border-color: rgb(114,253,255); }
td.TdClassName
{
border-color: #72FDFF;
}
.TagClassName
{
border-color: #72FDFF;
}
</style>