Shades of Baby Blue #71FBED
Tints of Baby Blue #71FBED
RGB
CMYK
RGB Variations
Color information
#71FBED (or 0x71FBED) is known color: Baby Blue. HEX triplet: 71, FB and ED. RGB value is (113,251,237). Sum of RGB (Red+Green+Blue) = 113+251+237=601 (79% of max value = 765). Red value is 113 (44.53% from 255 or 18.80% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #71FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FBED is #8E0412. Grayscale: #D0D0D0. Windows color (decimal): -9307155 or 15596401. OLE color: 15596401.
HSL color Cylindrical-coordinate representation of color #71FBED: hue angle of 173.91º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FBED is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 251 | 237 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.02 |
| HSL | 173.91º | 0.95% | 0.71% | - |
| HSV(B) | 173.91º | 0.55% | 0.98% | - |
| XYZ | 56.59 | 78.62 | 92.31 | - |
| YUV | 208.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 251 | 237 | 0.55 | 0 | 0.06 | 0.02 | 173.91 | 0.95 | 0.71 |
| Hex | 71 | FB | ED | 37 | 0 | 6 | 2 | AE | 5F | 47 |
| Octal | 161 | 373 | 355 | 67 | 0 | 6 | 2 | 256 | 137 | 107 |
| Binary | 1110001 | 11111011 | 11101101 | 110111 | 0 | 110 | 10 | 10101110 | 1011111 | 1000111 |
Color Harmonies of #71FBED
Complementary color
Monochromatic Colors of #71FBED
Black with #71FBED
Text Example
Text Example
White with #71FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FBED; }
p { color: rgb(113,251,237); }
H1.HeaderClassName
{
color: #71FBED;
}
.AnyTagClassName
{
color: #71FBED;
}
</style>
background-color css
<style>
a { background-color: #71FBED; }
a { background-color: rgb(113,251,237); }
div.DivClassName
{
background-color: #71FBED;
}
.BgClassName
{
background-color: #71FBED;
}
</style>
border-color css
<style>
span { border-color: #71FBED; }
span { border-color: rgb(113,251,237); }
td.TdClassName
{
border-color: #71FBED;
}
.TagClassName
{
border-color: #71FBED;
}
</style>