Shades of Baby Blue #71FFEA
Tints of Baby Blue #71FFEA
RGB
CMYK
RGB Variations
Color information
#71FFEA (or 0x71FFEA) is known color: Baby Blue. HEX triplet: 71, FF and EA. RGB value is (113,255,234). Sum of RGB (Red+Green+Blue) = 113+255+234=602 (79% of max value = 765). Red value is 113 (44.53% from 255 or 18.77% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FFEA is #8E0015. Grayscale: #D2D2D2. Windows color (decimal): -9306134 or 15400817. OLE color: 15400817.
HSL color Cylindrical-coordinate representation of color #71FFEA: hue angle of 171.13º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FFEA is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 234 | - |
| CMYK | 0.56 | 0 | 0.08 | 0 |
| HSL | 171.13º | 1% | 0.72% | - |
| HSV(B) | 171.13º | 0.56% | 1% | - |
| XYZ | 57.42 | 80.97 | 90.44 | - |
| YUV | 210.15 | 141.46 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 234 | 0.56 | 0 | 0.08 | 0 | 171.13 | 1 | 0.72 |
| Hex | 71 | FF | EA | 38 | 0 | 8 | 0 | AB | 64 | 48 |
| Octal | 161 | 377 | 352 | 70 | 0 | 10 | 0 | 253 | 144 | 110 |
| Binary | 1110001 | 11111111 | 11101010 | 111000 | 0 | 1000 | 0 | 10101011 | 1100100 | 1001000 |
Color Harmonies of #71FFEA
Complementary color
Monochromatic Colors of #71FFEA
Black with #71FFEA
Text Example
Text Example
White with #71FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FFEA; }
p { color: rgb(113,255,234); }
H1.HeaderClassName
{
color: #71FFEA;
}
.AnyTagClassName
{
color: #71FFEA;
}
</style>
background-color css
<style>
a { background-color: #71FFEA; }
a { background-color: rgb(113,255,234); }
div.DivClassName
{
background-color: #71FFEA;
}
.BgClassName
{
background-color: #71FFEA;
}
</style>
border-color css
<style>
span { border-color: #71FFEA; }
span { border-color: rgb(113,255,234); }
td.TdClassName
{
border-color: #71FFEA;
}
.TagClassName
{
border-color: #71FFEA;
}
</style>