Shades of Baby Blue #71F0EC
Tints of Baby Blue #71F0EC
RGB
CMYK
RGB Variations
Color information
#71F0EC (or 0x71F0EC) is known color: Baby Blue. HEX triplet: 71, F0 and EC. RGB value is (113,240,236). Sum of RGB (Red+Green+Blue) = 113+240+236=589 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.19% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #71F0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F0EC is #8E0F13. Grayscale: #C9C9C9. Windows color (decimal): -9309972 or 15528049. OLE color: 15528049.
HSL color Cylindrical-coordinate representation of color #71F0EC: hue angle of 178.11º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F0EC is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 240 | 236 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.06 |
| HSL | 178.11º | 0.81% | 0.69% | - |
| HSV(B) | 178.11º | 0.53% | 0.94% | - |
| XYZ | 53.11 | 71.89 | 90.43 | - |
| YUV | 201.57 | 147.42 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 240 | 236 | 0.53 | 0 | 0.02 | 0.06 | 178.11 | 0.81 | 0.69 |
| Hex | 71 | F0 | EC | 35 | 0 | 2 | 6 | B2 | 51 | 45 |
| Octal | 161 | 360 | 354 | 65 | 0 | 2 | 6 | 262 | 121 | 105 |
| Binary | 1110001 | 11110000 | 11101100 | 110101 | 0 | 10 | 110 | 10110010 | 1010001 | 1000101 |
Color Harmonies of #71F0EC
Complementary color
Monochromatic Colors of #71F0EC
Black with #71F0EC
Text Example
Text Example
White with #71F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F0EC; }
p { color: rgb(113,240,236); }
H1.HeaderClassName
{
color: #71F0EC;
}
.AnyTagClassName
{
color: #71F0EC;
}
</style>
background-color css
<style>
a { background-color: #71F0EC; }
a { background-color: rgb(113,240,236); }
div.DivClassName
{
background-color: #71F0EC;
}
.BgClassName
{
background-color: #71F0EC;
}
</style>
border-color css
<style>
span { border-color: #71F0EC; }
span { border-color: rgb(113,240,236); }
td.TdClassName
{
border-color: #71F0EC;
}
.TagClassName
{
border-color: #71F0EC;
}
</style>