Shades of Baby Blue #71FCEA
Tints of Baby Blue #71FCEA
RGB
CMYK
RGB Variations
Color information
#71FCEA (or 0x71FCEA) is known color: Baby Blue. HEX triplet: 71, FC and EA. RGB value is (113,252,234). Sum of RGB (Red+Green+Blue) = 113+252+234=599 (79% of max value = 765). Red value is 113 (44.53% from 255 or 18.86% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #71FCEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FCEA is #8E0315. Grayscale: #D0D0D0. Windows color (decimal): -9306902 or 15400049. OLE color: 15400049.
HSL color Cylindrical-coordinate representation of color #71FCEA: hue angle of 172.23º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FCEA is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 252 | 234 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.01 |
| HSL | 172.23º | 0.96% | 0.72% | - |
| HSV(B) | 172.23º | 0.55% | 0.99% | - |
| XYZ | 56.47 | 79.07 | 90.13 | - |
| YUV | 208.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 252 | 234 | 0.55 | 0 | 0.07 | 0.01 | 172.23 | 0.96 | 0.72 |
| Hex | 71 | FC | EA | 37 | 0 | 7 | 1 | AC | 60 | 48 |
| Octal | 161 | 374 | 352 | 67 | 0 | 7 | 1 | 254 | 140 | 110 |
| Binary | 1110001 | 11111100 | 11101010 | 110111 | 0 | 111 | 1 | 10101100 | 1100000 | 1001000 |
Color Harmonies of #71FCEA
Complementary color
Monochromatic Colors of #71FCEA
Black with #71FCEA
Text Example
Text Example
White with #71FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FCEA; }
p { color: rgb(113,252,234); }
H1.HeaderClassName
{
color: #71FCEA;
}
.AnyTagClassName
{
color: #71FCEA;
}
</style>
background-color css
<style>
a { background-color: #71FCEA; }
a { background-color: rgb(113,252,234); }
div.DivClassName
{
background-color: #71FCEA;
}
.BgClassName
{
background-color: #71FCEA;
}
</style>
border-color css
<style>
span { border-color: #71FCEA; }
span { border-color: rgb(113,252,234); }
td.TdClassName
{
border-color: #71FCEA;
}
.TagClassName
{
border-color: #71FCEA;
}
</style>