Shades of Baby Blue #71FFFC
Tints of Baby Blue #71FFFC
RGB
CMYK
RGB Variations
Color information
#71FFFC (or 0x71FFFC) is known color: Baby Blue. HEX triplet: 71, FF and FC. RGB value is (113,255,252). Sum of RGB (Red+Green+Blue) = 113+255+252=620 (82% of max value = 765). Red value is 113 (44.53% from 255 or 18.23% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FFFC is #8E0003. Grayscale: #D4D4D4. Windows color (decimal): -9306116 or 16580465. OLE color: 16580465.
HSL color Cylindrical-coordinate representation of color #71FFFC: hue angle of 178.73º 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 #71FFFC is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 252 | - |
| CMYK | 0.56 | 0 | 0.01 | 0 |
| HSL | 178.73º | 1% | 0.72% | - |
| HSV(B) | 178.73º | 0.56% | 1% | - |
| XYZ | 60.14 | 82.06 | 104.76 | - |
| YUV | 212.2 | 150.46 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 252 | 0.56 | 0 | 0.01 | 0 | 178.73 | 1 | 0.72 |
| Hex | 71 | FF | FC | 38 | 0 | 1 | 0 | B3 | 64 | 48 |
| Octal | 161 | 377 | 374 | 70 | 0 | 1 | 0 | 263 | 144 | 110 |
| Binary | 1110001 | 11111111 | 11111100 | 111000 | 0 | 1 | 0 | 10110011 | 1100100 | 1001000 |
Color Harmonies of #71FFFC
Complementary color
Monochromatic Colors of #71FFFC
Black with #71FFFC
Text Example
Text Example
White with #71FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FFFC; }
p { color: rgb(113,255,252); }
H1.HeaderClassName
{
color: #71FFFC;
}
.AnyTagClassName
{
color: #71FFFC;
}
</style>
background-color css
<style>
a { background-color: #71FFFC; }
a { background-color: rgb(113,255,252); }
div.DivClassName
{
background-color: #71FFFC;
}
.BgClassName
{
background-color: #71FFFC;
}
</style>
border-color css
<style>
span { border-color: #71FFFC; }
span { border-color: rgb(113,255,252); }
td.TdClassName
{
border-color: #71FFFC;
}
.TagClassName
{
border-color: #71FFFC;
}
</style>