Shades of Baby Blue #71FCFE
Tints of Baby Blue #71FCFE
RGB
CMYK
RGB Variations
Color information
#71FCFE (or 0x71FCFE) is known color: Baby Blue. HEX triplet: 71, FC and FE. RGB value is (113,252,254). Sum of RGB (Red+Green+Blue) = 113+252+254=619 (81% of max value = 765). Red value is 113 (44.53% from 255 or 18.26% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #71FCFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FCFE is #8E0301. Grayscale: #D2D2D2. Windows color (decimal): -9306882 or 16710769. OLE color: 16710769.
HSL color Cylindrical-coordinate representation of color #71FCFE: hue angle of 180.85º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FCFE is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 252 | 254 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.00 |
| HSL | 180.85º | 0.99% | 0.72% | - |
| HSV(B) | 180.85º | 0.56% | 1% | - |
| XYZ | 59.51 | 80.29 | 106.13 | - |
| YUV | 210.67 | 152.45 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 252 | 254 | 0.56 | 0.01 | 0 | 0.00 | 180.85 | 0.99 | 0.72 |
| Hex | 71 | FC | FE | 38 | 1 | 0 | 0 | B5 | 63 | 48 |
| Octal | 161 | 374 | 376 | 70 | 1 | 0 | 0 | 265 | 143 | 110 |
| Binary | 1110001 | 11111100 | 11111110 | 111000 | 1 | 0 | 0 | 10110101 | 1100011 | 1001000 |
Color Harmonies of #71FCFE
Complementary color
Monochromatic Colors of #71FCFE
Black with #71FCFE
Text Example
Text Example
White with #71FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FCFE; }
p { color: rgb(113,252,254); }
H1.HeaderClassName
{
color: #71FCFE;
}
.AnyTagClassName
{
color: #71FCFE;
}
</style>
background-color css
<style>
a { background-color: #71FCFE; }
a { background-color: rgb(113,252,254); }
div.DivClassName
{
background-color: #71FCFE;
}
.BgClassName
{
background-color: #71FCFE;
}
</style>
border-color css
<style>
span { border-color: #71FCFE; }
span { border-color: rgb(113,252,254); }
td.TdClassName
{
border-color: #71FCFE;
}
.TagClassName
{
border-color: #71FCFE;
}
</style>