Shades of Baby Blue #72FEFE
Tints of Baby Blue #72FEFE
RGB
CMYK
RGB Variations
Color information
#72FEFE (or 0x72FEFE) is known color: Baby Blue. HEX triplet: 72, FE and FE. RGB value is (114,254,254). Sum of RGB (Red+Green+Blue) = 114+254+254=622 (82% of max value = 765). Red value is 114 (44.92% from 255 or 18.33% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #72FEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FEFE is #8D0101. Grayscale: #D3D3D3. Windows color (decimal): -9240834 or 16711282. OLE color: 16711282.
HSL color Cylindrical-coordinate representation of color #72FEFE: hue angle of 180º 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 #72FEFE is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 254 | - |
| CMYK | 0.55 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.72% | - |
| HSV(B) | 180º | 0.55% | 1% | - |
| XYZ | 60.27 | 81.62 | 106.34 | - |
| YUV | 212.14 | 151.62 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 254 | 0.55 | 0 | 0 | 0.00 | 180 | 0.99 | 0.72 |
| Hex | 72 | FE | FE | 37 | 0 | 0 | 0 | B4 | 63 | 48 |
| Octal | 162 | 376 | 376 | 67 | 0 | 0 | 0 | 264 | 143 | 110 |
| Binary | 1110010 | 11111110 | 11111110 | 110111 | 0 | 0 | 0 | 10110100 | 1100011 | 1001000 |
Color Harmonies of #72FEFE
Complementary color
Monochromatic Colors of #72FEFE
Black with #72FEFE
Text Example
Text Example
White with #72FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FEFE; }
p { color: rgb(114,254,254); }
H1.HeaderClassName
{
color: #72FEFE;
}
.AnyTagClassName
{
color: #72FEFE;
}
</style>
background-color css
<style>
a { background-color: #72FEFE; }
a { background-color: rgb(114,254,254); }
div.DivClassName
{
background-color: #72FEFE;
}
.BgClassName
{
background-color: #72FEFE;
}
</style>
border-color css
<style>
span { border-color: #72FEFE; }
span { border-color: rgb(114,254,254); }
td.TdClassName
{
border-color: #72FEFE;
}
.TagClassName
{
border-color: #72FEFE;
}
</style>