Shades of Baby Blue #47FCFF
Tints of Baby Blue #47FCFF
RGB
CMYK
RGB Variations
Color information
#47FCFF (or 0x47FCFF) is known color: Baby Blue. HEX triplet: 47, FC and FF. RGB value is (71,252,255). Sum of RGB (Red+Green+Blue) = 71+252+255=578 (76% of max value = 765). Red value is 71 (28.12% from 255 or 12.28% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #47FCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FCFF is #B80300. Grayscale: #C6C6C6. Windows color (decimal): -12059393 or 16776263. OLE color: 16776263.
HSL color Cylindrical-coordinate representation of color #47FCFF: hue angle of 180.98º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FCFF is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 252 | 255 | - |
| CMYK | 0.72 | 0.01 | 0 | 0 |
| HSL | 180.98º | 1% | 0.64% | - |
| HSV(B) | 180.98º | 0.72% | 1% | - |
| XYZ | 55.46 | 78.18 | 106.78 | - |
| YUV | 198.22 | 160.03 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 252 | 255 | 0.72 | 0.01 | 0 | 0 | 180.98 | 1 | 0.64 |
| Hex | 47 | FC | FF | 48 | 1 | 0 | 0 | B5 | 64 | 40 |
| Octal | 107 | 374 | 377 | 110 | 1 | 0 | 0 | 265 | 144 | 100 |
| Binary | 1000111 | 11111100 | 11111111 | 1001000 | 1 | 0 | 0 | 10110101 | 1100100 | 1000000 |
Color Harmonies of #47FCFF
Complementary color
Monochromatic Colors of #47FCFF
Black with #47FCFF
Text Example
Text Example
White with #47FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FCFF; }
p { color: rgb(71,252,255); }
H1.HeaderClassName
{
color: #47FCFF;
}
.AnyTagClassName
{
color: #47FCFF;
}
</style>
background-color css
<style>
a { background-color: #47FCFF; }
a { background-color: rgb(71,252,255); }
div.DivClassName
{
background-color: #47FCFF;
}
.BgClassName
{
background-color: #47FCFF;
}
</style>
border-color css
<style>
span { border-color: #47FCFF; }
span { border-color: rgb(71,252,255); }
td.TdClassName
{
border-color: #47FCFF;
}
.TagClassName
{
border-color: #47FCFF;
}
</style>