Shades of Baby Blue #72FFFE
Tints of Baby Blue #72FFFE
RGB
CMYK
RGB Variations
Color information
#72FFFE (or 0x72FFFE) is known color: Baby Blue. HEX triplet: 72, FF and FE. RGB value is (114,255,254). Sum of RGB (Red+Green+Blue) = 114+255+254=623 (82% of max value = 765). Red value is 114 (44.92% from 255 or 18.30% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FFFE is #8D0001. Grayscale: #D4D4D4. Windows color (decimal): -9240578 or 16711538. OLE color: 16711538.
HSL color Cylindrical-coordinate representation of color #72FFFE: hue angle of 179.57º 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 #72FFFE is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 254 | - |
| CMYK | 0.55 | 0 | 0.00 | 0 |
| HSL | 179.57º | 1% | 0.72% | - |
| HSV(B) | 179.57º | 0.55% | 1% | - |
| XYZ | 60.59 | 82.25 | 106.45 | - |
| YUV | 212.73 | 151.29 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 254 | 0.55 | 0 | 0.00 | 0 | 179.57 | 1 | 0.72 |
| Hex | 72 | FF | FE | 37 | 0 | 0 | 0 | B4 | 64 | 48 |
| Octal | 162 | 377 | 376 | 67 | 0 | 0 | 0 | 264 | 144 | 110 |
| Binary | 1110010 | 11111111 | 11111110 | 110111 | 0 | 0 | 0 | 10110100 | 1100100 | 1001000 |
Color Harmonies of #72FFFE
Complementary color
Monochromatic Colors of #72FFFE
Black with #72FFFE
Text Example
Text Example
White with #72FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFFE; }
p { color: rgb(114,255,254); }
H1.HeaderClassName
{
color: #72FFFE;
}
.AnyTagClassName
{
color: #72FFFE;
}
</style>
background-color css
<style>
a { background-color: #72FFFE; }
a { background-color: rgb(114,255,254); }
div.DivClassName
{
background-color: #72FFFE;
}
.BgClassName
{
background-color: #72FFFE;
}
</style>
border-color css
<style>
span { border-color: #72FFFE; }
span { border-color: rgb(114,255,254); }
td.TdClassName
{
border-color: #72FFFE;
}
.TagClassName
{
border-color: #72FFFE;
}
</style>