Shades of Baby Blue #47ECFD
Tints of Baby Blue #47ECFD
RGB
CMYK
RGB Variations
Color information
#47ECFD (or 0x47ECFD) is known color: Baby Blue. HEX triplet: 47, EC and FD. RGB value is (71,236,253). Sum of RGB (Red+Green+Blue) = 71+236+253=560 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.68% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #47ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47ECFD is #B81302. Grayscale: #BCBCBC. Windows color (decimal): -12063491 or 16641095. OLE color: 16641095.
HSL color Cylindrical-coordinate representation of color #47ECFD: hue angle of 185.6º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47ECFD is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 236 | 253 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.01 |
| HSL | 185.6º | 0.98% | 0.64% | - |
| HSV(B) | 185.6º | 0.72% | 0.99% | - |
| XYZ | 50.32 | 68.42 | 103.48 | - |
| YUV | 188.6 | 164.34 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 236 | 253 | 0.72 | 0.07 | 0 | 0.01 | 185.6 | 0.98 | 0.64 |
| Hex | 47 | EC | FD | 48 | 7 | 0 | 1 | BA | 62 | 40 |
| Octal | 107 | 354 | 375 | 110 | 7 | 0 | 1 | 272 | 142 | 100 |
| Binary | 1000111 | 11101100 | 11111101 | 1001000 | 111 | 0 | 1 | 10111010 | 1100010 | 1000000 |
Color Harmonies of #47ECFD
Complementary color
Monochromatic Colors of #47ECFD
Black with #47ECFD
Text Example
Text Example
White with #47ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ECFD; }
p { color: rgb(71,236,253); }
H1.HeaderClassName
{
color: #47ECFD;
}
.AnyTagClassName
{
color: #47ECFD;
}
</style>
background-color css
<style>
a { background-color: #47ECFD; }
a { background-color: rgb(71,236,253); }
div.DivClassName
{
background-color: #47ECFD;
}
.BgClassName
{
background-color: #47ECFD;
}
</style>
border-color css
<style>
span { border-color: #47ECFD; }
span { border-color: rgb(71,236,253); }
td.TdClassName
{
border-color: #47ECFD;
}
.TagClassName
{
border-color: #47ECFD;
}
</style>