Shades of Baby Blue #71FFEF
Tints of Baby Blue #71FFEF
RGB
CMYK
RGB Variations
Color information
#71FFEF (or 0x71FFEF) is known color: Baby Blue. HEX triplet: 71, FF and EF. RGB value is (113,255,239). Sum of RGB (Red+Green+Blue) = 113+255+239=607 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.62% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FFEF is #8E0010. Grayscale: #D2D2D2. Windows color (decimal): -9306129 or 15728497. OLE color: 15728497.
HSL color Cylindrical-coordinate representation of color #71FFEF: hue angle of 173.24º 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 #71FFEF is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 239 | - |
| CMYK | 0.56 | 0 | 0.06 | 0 |
| HSL | 173.24º | 1% | 0.72% | - |
| HSV(B) | 173.24º | 0.56% | 1% | - |
| XYZ | 58.15 | 81.26 | 94.28 | - |
| YUV | 210.72 | 143.96 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 239 | 0.56 | 0 | 0.06 | 0 | 173.24 | 1 | 0.72 |
| Hex | 71 | FF | EF | 38 | 0 | 6 | 0 | AD | 64 | 48 |
| Octal | 161 | 377 | 357 | 70 | 0 | 6 | 0 | 255 | 144 | 110 |
| Binary | 1110001 | 11111111 | 11101111 | 111000 | 0 | 110 | 0 | 10101101 | 1100100 | 1001000 |
Color Harmonies of #71FFEF
Complementary color
Monochromatic Colors of #71FFEF
Black with #71FFEF
Text Example
Text Example
White with #71FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FFEF; }
p { color: rgb(113,255,239); }
H1.HeaderClassName
{
color: #71FFEF;
}
.AnyTagClassName
{
color: #71FFEF;
}
</style>
background-color css
<style>
a { background-color: #71FFEF; }
a { background-color: rgb(113,255,239); }
div.DivClassName
{
background-color: #71FFEF;
}
.BgClassName
{
background-color: #71FFEF;
}
</style>
border-color css
<style>
span { border-color: #71FFEF; }
span { border-color: rgb(113,255,239); }
td.TdClassName
{
border-color: #71FFEF;
}
.TagClassName
{
border-color: #71FFEF;
}
</style>