Shades of Baby Blue #47FFFA
Tints of Baby Blue #47FFFA
RGB
CMYK
RGB Variations
Color information
#47FFFA (or 0x47FFFA) is known color: Baby Blue. HEX triplet: 47, FF and FA. RGB value is (71,255,250). Sum of RGB (Red+Green+Blue) = 71+255+250=576 (76% of max value = 765). Red value is 71 (28.12% from 255 or 12.33% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FFFA is #B80005. Grayscale: #C7C7C7. Windows color (decimal): -12058630 or 16449351. OLE color: 16449351.
HSL color Cylindrical-coordinate representation of color #47FFFA: hue angle of 178.37º 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 #47FFFA is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 250 | - |
| CMYK | 0.72 | 0 | 0.02 | 0 |
| HSL | 178.37º | 1% | 0.64% | - |
| HSV(B) | 178.37º | 0.72% | 1% | - |
| XYZ | 55.61 | 79.76 | 102.91 | - |
| YUV | 199.41 | 156.54 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 250 | 0.72 | 0 | 0.02 | 0 | 178.37 | 1 | 0.64 |
| Hex | 47 | FF | FA | 48 | 0 | 2 | 0 | B2 | 64 | 40 |
| Octal | 107 | 377 | 372 | 110 | 0 | 2 | 0 | 262 | 144 | 100 |
| Binary | 1000111 | 11111111 | 11111010 | 1001000 | 0 | 10 | 0 | 10110010 | 1100100 | 1000000 |
Color Harmonies of #47FFFA
Complementary color
Monochromatic Colors of #47FFFA
Black with #47FFFA
Text Example
Text Example
White with #47FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFFA; }
p { color: rgb(71,255,250); }
H1.HeaderClassName
{
color: #47FFFA;
}
.AnyTagClassName
{
color: #47FFFA;
}
</style>
background-color css
<style>
a { background-color: #47FFFA; }
a { background-color: rgb(71,255,250); }
div.DivClassName
{
background-color: #47FFFA;
}
.BgClassName
{
background-color: #47FFFA;
}
</style>
border-color css
<style>
span { border-color: #47FFFA; }
span { border-color: rgb(71,255,250); }
td.TdClassName
{
border-color: #47FFFA;
}
.TagClassName
{
border-color: #47FFFA;
}
</style>