Shades of Baby Blue #71F1E8
Tints of Baby Blue #71F1E8
RGB
CMYK
RGB Variations
Color information
#71F1E8 (or 0x71F1E8) is known color: Baby Blue. HEX triplet: 71, F1 and E8. RGB value is (113,241,232). Sum of RGB (Red+Green+Blue) = 113+241+232=586 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.28% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F1E8 is #8E0E17. Grayscale: #C9C9C9. Windows color (decimal): -9309720 or 15266161. OLE color: 15266161.
HSL color Cylindrical-coordinate representation of color #71F1E8: hue angle of 175.78º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F1E8 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 241 | 232 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.05 |
| HSL | 175.78º | 0.82% | 0.69% | - |
| HSV(B) | 175.78º | 0.53% | 0.95% | - |
| XYZ | 52.83 | 72.25 | 87.5 | - |
| YUV | 201.7 | 145.09 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 241 | 232 | 0.53 | 0 | 0.04 | 0.05 | 175.78 | 0.82 | 0.69 |
| Hex | 71 | F1 | E8 | 35 | 0 | 4 | 5 | B0 | 52 | 45 |
| Octal | 161 | 361 | 350 | 65 | 0 | 4 | 5 | 260 | 122 | 105 |
| Binary | 1110001 | 11110001 | 11101000 | 110101 | 0 | 100 | 101 | 10110000 | 1010010 | 1000101 |
Color Harmonies of #71F1E8
Complementary color
Monochromatic Colors of #71F1E8
Black with #71F1E8
Text Example
Text Example
White with #71F1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F1E8; }
p { color: rgb(113,241,232); }
H1.HeaderClassName
{
color: #71F1E8;
}
.AnyTagClassName
{
color: #71F1E8;
}
</style>
background-color css
<style>
a { background-color: #71F1E8; }
a { background-color: rgb(113,241,232); }
div.DivClassName
{
background-color: #71F1E8;
}
.BgClassName
{
background-color: #71F1E8;
}
</style>
border-color css
<style>
span { border-color: #71F1E8; }
span { border-color: rgb(113,241,232); }
td.TdClassName
{
border-color: #71F1E8;
}
.TagClassName
{
border-color: #71F1E8;
}
</style>