Shades of Baby Blue #47FCFD
Tints of Baby Blue #47FCFD
RGB
CMYK
RGB Variations
Color information
#47FCFD (or 0x47FCFD) is known color: Baby Blue. HEX triplet: 47, FC and FD. RGB value is (71,252,253). Sum of RGB (Red+Green+Blue) = 71+252+253=576 (76% of max value = 765). Red value is 71 (28.12% from 255 or 12.33% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #47FCFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FCFD is #B80302. Grayscale: #C5C5C5. Windows color (decimal): -12059395 or 16645191. OLE color: 16645191.
HSL color Cylindrical-coordinate representation of color #47FCFD: hue angle of 180.33º 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 #47FCFD is Cyan = 0.72, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 252 | 253 | - |
| CMYK | 0.72 | 0.00 | 0 | 0.01 |
| HSL | 180.33º | 0.98% | 0.64% | - |
| HSV(B) | 180.33º | 0.72% | 0.99% | - |
| XYZ | 55.14 | 78.05 | 105.09 | - |
| YUV | 198 | 159.03 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 252 | 253 | 0.72 | 0.00 | 0 | 0.01 | 180.33 | 0.98 | 0.64 |
| Hex | 47 | FC | FD | 48 | 0 | 0 | 1 | B4 | 62 | 40 |
| Octal | 107 | 374 | 375 | 110 | 0 | 0 | 1 | 264 | 142 | 100 |
| Binary | 1000111 | 11111100 | 11111101 | 1001000 | 0 | 0 | 1 | 10110100 | 1100010 | 1000000 |
Color Harmonies of #47FCFD
Complementary color
Monochromatic Colors of #47FCFD
Black with #47FCFD
Text Example
Text Example
White with #47FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FCFD; }
p { color: rgb(71,252,253); }
H1.HeaderClassName
{
color: #47FCFD;
}
.AnyTagClassName
{
color: #47FCFD;
}
</style>
background-color css
<style>
a { background-color: #47FCFD; }
a { background-color: rgb(71,252,253); }
div.DivClassName
{
background-color: #47FCFD;
}
.BgClassName
{
background-color: #47FCFD;
}
</style>
border-color css
<style>
span { border-color: #47FCFD; }
span { border-color: rgb(71,252,253); }
td.TdClassName
{
border-color: #47FCFD;
}
.TagClassName
{
border-color: #47FCFD;
}
</style>