Shades of Baby Blue #71FAEC
Tints of Baby Blue #71FAEC
RGB
CMYK
RGB Variations
Color information
#71FAEC (or 0x71FAEC) is known color: Baby Blue. HEX triplet: 71, FA and EC. RGB value is (113,250,236). Sum of RGB (Red+Green+Blue) = 113+250+236=599 (79% of max value = 765). Red value is 113 (44.53% from 255 or 18.86% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #71FAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FAEC is #8E0513. Grayscale: #CFCFCF. Windows color (decimal): -9307412 or 15530609. OLE color: 15530609.
HSL color Cylindrical-coordinate representation of color #71FAEC: hue angle of 173.87º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FAEC is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 236 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.02 |
| HSL | 173.87º | 0.93% | 0.71% | - |
| HSV(B) | 173.87º | 0.55% | 0.98% | - |
| XYZ | 56.14 | 77.94 | 91.44 | - |
| YUV | 207.44 | 144.11 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 236 | 0.55 | 0 | 0.06 | 0.02 | 173.87 | 0.93 | 0.71 |
| Hex | 71 | FA | EC | 37 | 0 | 6 | 2 | AE | 5D | 47 |
| Octal | 161 | 372 | 354 | 67 | 0 | 6 | 2 | 256 | 135 | 107 |
| Binary | 1110001 | 11111010 | 11101100 | 110111 | 0 | 110 | 10 | 10101110 | 1011101 | 1000111 |
Color Harmonies of #71FAEC
Complementary color
Monochromatic Colors of #71FAEC
Black with #71FAEC
Text Example
Text Example
White with #71FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FAEC; }
p { color: rgb(113,250,236); }
H1.HeaderClassName
{
color: #71FAEC;
}
.AnyTagClassName
{
color: #71FAEC;
}
</style>
background-color css
<style>
a { background-color: #71FAEC; }
a { background-color: rgb(113,250,236); }
div.DivClassName
{
background-color: #71FAEC;
}
.BgClassName
{
background-color: #71FAEC;
}
</style>
border-color css
<style>
span { border-color: #71FAEC; }
span { border-color: rgb(113,250,236); }
td.TdClassName
{
border-color: #71FAEC;
}
.TagClassName
{
border-color: #71FAEC;
}
</style>