Shades of Baby Blue #71F6FF
Tints of Baby Blue #71F6FF
RGB
CMYK
RGB Variations
Color information
#71F6FF (or 0x71F6FF) is known color: Baby Blue. HEX triplet: 71, F6 and FF. RGB value is (113,246,255). Sum of RGB (Red+Green+Blue) = 113+246+255=614 (81% of max value = 765). Red value is 113 (44.53% from 255 or 18.40% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #71F6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F6FF is #8E0900. Grayscale: #CFCFCF. Windows color (decimal): -9308417 or 16774769. OLE color: 16774769.
HSL color Cylindrical-coordinate representation of color #71F6FF: hue angle of 183.8º 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 #71F6FF is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 246 | 255 | - |
| CMYK | 0.56 | 0.04 | 0 | 0 |
| HSL | 183.8º | 1% | 0.72% | - |
| HSV(B) | 183.8º | 0.56% | 1% | - |
| XYZ | 57.82 | 76.64 | 106.35 | - |
| YUV | 207.26 | 154.94 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 246 | 255 | 0.56 | 0.04 | 0 | 0 | 183.8 | 1 | 0.72 |
| Hex | 71 | F6 | FF | 38 | 4 | 0 | 0 | B8 | 64 | 48 |
| Octal | 161 | 366 | 377 | 70 | 4 | 0 | 0 | 270 | 144 | 110 |
| Binary | 1110001 | 11110110 | 11111111 | 111000 | 100 | 0 | 0 | 10111000 | 1100100 | 1001000 |
Color Harmonies of #71F6FF
Complementary color
Monochromatic Colors of #71F6FF
Black with #71F6FF
Text Example
Text Example
White with #71F6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F6FF; }
p { color: rgb(113,246,255); }
H1.HeaderClassName
{
color: #71F6FF;
}
.AnyTagClassName
{
color: #71F6FF;
}
</style>
background-color css
<style>
a { background-color: #71F6FF; }
a { background-color: rgb(113,246,255); }
div.DivClassName
{
background-color: #71F6FF;
}
.BgClassName
{
background-color: #71F6FF;
}
</style>
border-color css
<style>
span { border-color: #71F6FF; }
span { border-color: rgb(113,246,255); }
td.TdClassName
{
border-color: #71F6FF;
}
.TagClassName
{
border-color: #71F6FF;
}
</style>