Shades of Baby Blue #47FDFF
Tints of Baby Blue #47FDFF
RGB
CMYK
RGB Variations
Color information
#47FDFF (or 0x47FDFF) is known color: Baby Blue. HEX triplet: 47, FD and FF. RGB value is (71,253,255). Sum of RGB (Red+Green+Blue) = 71+253+255=579 (76% of max value = 765). Red value is 71 (28.12% from 255 or 12.26% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #47FDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FDFF is #B80200. Grayscale: #C6C6C6. Windows color (decimal): -12059137 or 16776519. OLE color: 16776519.
HSL color Cylindrical-coordinate representation of color #47FDFF: hue angle of 180.65º 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 #47FDFF is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 253 | 255 | - |
| CMYK | 0.72 | 0.01 | 0 | 0 |
| HSL | 180.65º | 1% | 0.64% | - |
| HSV(B) | 180.65º | 0.72% | 1% | - |
| XYZ | 55.77 | 78.81 | 106.88 | - |
| YUV | 198.81 | 159.7 | 36.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 253 | 255 | 0.72 | 0.01 | 0 | 0 | 180.65 | 1 | 0.64 |
| Hex | 47 | FD | FF | 48 | 1 | 0 | 0 | B5 | 64 | 40 |
| Octal | 107 | 375 | 377 | 110 | 1 | 0 | 0 | 265 | 144 | 100 |
| Binary | 1000111 | 11111101 | 11111111 | 1001000 | 1 | 0 | 0 | 10110101 | 1100100 | 1000000 |
Color Harmonies of #47FDFF
Complementary color
Monochromatic Colors of #47FDFF
Black with #47FDFF
Text Example
Text Example
White with #47FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FDFF; }
p { color: rgb(71,253,255); }
H1.HeaderClassName
{
color: #47FDFF;
}
.AnyTagClassName
{
color: #47FDFF;
}
</style>
background-color css
<style>
a { background-color: #47FDFF; }
a { background-color: rgb(71,253,255); }
div.DivClassName
{
background-color: #47FDFF;
}
.BgClassName
{
background-color: #47FDFF;
}
</style>
border-color css
<style>
span { border-color: #47FDFF; }
span { border-color: rgb(71,253,255); }
td.TdClassName
{
border-color: #47FDFF;
}
.TagClassName
{
border-color: #47FDFF;
}
</style>