Shades of Baby Blue #71FAFE
Tints of Baby Blue #71FAFE
RGB
CMYK
RGB Variations
Color information
#71FAFE (or 0x71FAFE) is known color: Baby Blue. HEX triplet: 71, FA and FE. RGB value is (113,250,254). Sum of RGB (Red+Green+Blue) = 113+250+254=617 (81% of max value = 765). Red value is 113 (44.53% from 255 or 18.31% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #71FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FAFE is #8E0501. Grayscale: #D1D1D1. Windows color (decimal): -9307394 or 16710257. OLE color: 16710257.
HSL color Cylindrical-coordinate representation of color #71FAFE: hue angle of 181.7º 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 #71FAFE is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 250 | 254 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.00 |
| HSL | 181.7º | 0.99% | 0.72% | - |
| HSV(B) | 181.7º | 0.56% | 1% | - |
| XYZ | 58.89 | 79.04 | 105.92 | - |
| YUV | 209.49 | 153.11 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 254 | 0.56 | 0.02 | 0 | 0.00 | 181.7 | 0.99 | 0.72 |
| Hex | 71 | FA | FE | 38 | 2 | 0 | 0 | B6 | 63 | 48 |
| Octal | 161 | 372 | 376 | 70 | 2 | 0 | 0 | 266 | 143 | 110 |
| Binary | 1110001 | 11111010 | 11111110 | 111000 | 10 | 0 | 0 | 10110110 | 1100011 | 1001000 |
Color Harmonies of #71FAFE
Complementary color
Monochromatic Colors of #71FAFE
Black with #71FAFE
Text Example
Text Example
White with #71FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FAFE; }
p { color: rgb(113,250,254); }
H1.HeaderClassName
{
color: #71FAFE;
}
.AnyTagClassName
{
color: #71FAFE;
}
</style>
background-color css
<style>
a { background-color: #71FAFE; }
a { background-color: rgb(113,250,254); }
div.DivClassName
{
background-color: #71FAFE;
}
.BgClassName
{
background-color: #71FAFE;
}
</style>
border-color css
<style>
span { border-color: #71FAFE; }
span { border-color: rgb(113,250,254); }
td.TdClassName
{
border-color: #71FAFE;
}
.TagClassName
{
border-color: #71FAFE;
}
</style>