Shades of Baby Blue #47EAFF
Tints of Baby Blue #47EAFF
RGB
CMYK
RGB Variations
Color information
#47EAFF (or 0x47EAFF) is known color: Baby Blue. HEX triplet: 47, EA and FF. RGB value is (71,234,255). Sum of RGB (Red+Green+Blue) = 71+234+255=560 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.68% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #47EAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EAFF is #B81500. Grayscale: #BBBBBB. Windows color (decimal): -12064001 or 16771655. OLE color: 16771655.
HSL color Cylindrical-coordinate representation of color #47EAFF: hue angle of 186.85º 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 #47EAFF is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 234 | 255 | - |
| CMYK | 0.72 | 0.08 | 0 | 0 |
| HSL | 186.85º | 1% | 0.64% | - |
| HSV(B) | 186.85º | 0.72% | 1% | - |
| XYZ | 50.07 | 67.41 | 104.98 | - |
| YUV | 187.66 | 166 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 234 | 255 | 0.72 | 0.08 | 0 | 0 | 186.85 | 1 | 0.64 |
| Hex | 47 | EA | FF | 48 | 8 | 0 | 0 | BB | 64 | 40 |
| Octal | 107 | 352 | 377 | 110 | 10 | 0 | 0 | 273 | 144 | 100 |
| Binary | 1000111 | 11101010 | 11111111 | 1001000 | 1000 | 0 | 0 | 10111011 | 1100100 | 1000000 |
Color Harmonies of #47EAFF
Complementary color
Monochromatic Colors of #47EAFF
Black with #47EAFF
Text Example
Text Example
White with #47EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EAFF; }
p { color: rgb(71,234,255); }
H1.HeaderClassName
{
color: #47EAFF;
}
.AnyTagClassName
{
color: #47EAFF;
}
</style>
background-color css
<style>
a { background-color: #47EAFF; }
a { background-color: rgb(71,234,255); }
div.DivClassName
{
background-color: #47EAFF;
}
.BgClassName
{
background-color: #47EAFF;
}
</style>
border-color css
<style>
span { border-color: #47EAFF; }
span { border-color: rgb(71,234,255); }
td.TdClassName
{
border-color: #47EAFF;
}
.TagClassName
{
border-color: #47EAFF;
}
</style>