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