Shades of Baby Blue #71F8FF
Tints of Baby Blue #71F8FF
RGB
CMYK
RGB Variations
Color information
#71F8FF (or 0x71F8FF) is known color: Baby Blue. HEX triplet: 71, F8 and FF. RGB value is (113,248,255). Sum of RGB (Red+Green+Blue) = 113+248+255=616 (81% of max value = 765). Red value is 113 (44.53% from 255 or 18.34% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #71F8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F8FF is #8E0700. Grayscale: #D0D0D0. Windows color (decimal): -9307905 or 16775281. OLE color: 16775281.
HSL color Cylindrical-coordinate representation of color #71F8FF: hue angle of 182.96º 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 #71F8FF is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 248 | 255 | - |
| CMYK | 0.56 | 0.03 | 0 | 0 |
| HSL | 182.96º | 1% | 0.72% | - |
| HSV(B) | 182.96º | 0.56% | 1% | - |
| XYZ | 58.43 | 77.87 | 106.56 | - |
| YUV | 208.43 | 154.27 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 248 | 255 | 0.56 | 0.03 | 0 | 0 | 182.96 | 1 | 0.72 |
| Hex | 71 | F8 | FF | 38 | 3 | 0 | 0 | B7 | 64 | 48 |
| Octal | 161 | 370 | 377 | 70 | 3 | 0 | 0 | 267 | 144 | 110 |
| Binary | 1110001 | 11111000 | 11111111 | 111000 | 11 | 0 | 0 | 10110111 | 1100100 | 1001000 |
Color Harmonies of #71F8FF
Complementary color
Monochromatic Colors of #71F8FF
Black with #71F8FF
Text Example
Text Example
White with #71F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F8FF; }
p { color: rgb(113,248,255); }
H1.HeaderClassName
{
color: #71F8FF;
}
.AnyTagClassName
{
color: #71F8FF;
}
</style>
background-color css
<style>
a { background-color: #71F8FF; }
a { background-color: rgb(113,248,255); }
div.DivClassName
{
background-color: #71F8FF;
}
.BgClassName
{
background-color: #71F8FF;
}
</style>
border-color css
<style>
span { border-color: #71F8FF; }
span { border-color: rgb(113,248,255); }
td.TdClassName
{
border-color: #71F8FF;
}
.TagClassName
{
border-color: #71F8FF;
}
</style>