Shades of Baby Blue #71FEEC
Tints of Baby Blue #71FEEC
RGB
CMYK
RGB Variations
Color information
#71FEEC (or 0x71FEEC) is known color: Baby Blue. HEX triplet: 71, FE and EC. RGB value is (113,254,236). Sum of RGB (Red+Green+Blue) = 113+254+236=603 (79% of max value = 765). Red value is 113 (44.53% from 255 or 18.74% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #71FEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FEEC is #8E0113. Grayscale: #D1D1D1. Windows color (decimal): -9306388 or 15531633. OLE color: 15531633.
HSL color Cylindrical-coordinate representation of color #71FEEC: hue angle of 172.34º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FEEC is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 236 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.00 |
| HSL | 172.34º | 0.99% | 0.72% | - |
| HSV(B) | 172.34º | 0.56% | 1% | - |
| XYZ | 57.39 | 80.45 | 91.86 | - |
| YUV | 209.79 | 142.79 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 236 | 0.56 | 0 | 0.07 | 0.00 | 172.34 | 0.99 | 0.72 |
| Hex | 71 | FE | EC | 38 | 0 | 7 | 0 | AC | 63 | 48 |
| Octal | 161 | 376 | 354 | 70 | 0 | 7 | 0 | 254 | 143 | 110 |
| Binary | 1110001 | 11111110 | 11101100 | 111000 | 0 | 111 | 0 | 10101100 | 1100011 | 1001000 |
Color Harmonies of #71FEEC
Complementary color
Monochromatic Colors of #71FEEC
Black with #71FEEC
Text Example
Text Example
White with #71FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FEEC; }
p { color: rgb(113,254,236); }
H1.HeaderClassName
{
color: #71FEEC;
}
.AnyTagClassName
{
color: #71FEEC;
}
</style>
background-color css
<style>
a { background-color: #71FEEC; }
a { background-color: rgb(113,254,236); }
div.DivClassName
{
background-color: #71FEEC;
}
.BgClassName
{
background-color: #71FEEC;
}
</style>
border-color css
<style>
span { border-color: #71FEEC; }
span { border-color: rgb(113,254,236); }
td.TdClassName
{
border-color: #71FEEC;
}
.TagClassName
{
border-color: #71FEEC;
}
</style>