Shades of Baby Blue #47EFFE
Tints of Baby Blue #47EFFE
RGB
CMYK
RGB Variations
Color information
#47EFFE (or 0x47EFFE) is known color: Baby Blue. HEX triplet: 47, EF and FE. RGB value is (71,239,254). Sum of RGB (Red+Green+Blue) = 71+239+254=564 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.59% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #47EFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EFFE is #B81001. Grayscale: #BEBEBE. Windows color (decimal): -12062722 or 16707399. OLE color: 16707399.
HSL color Cylindrical-coordinate representation of color #47EFFE: hue angle of 184.92º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47EFFE is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 239 | 254 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.00 |
| HSL | 184.92º | 0.99% | 0.64% | - |
| HSV(B) | 184.92º | 0.72% | 1% | - |
| XYZ | 51.35 | 70.23 | 104.61 | - |
| YUV | 190.48 | 163.84 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 239 | 254 | 0.72 | 0.06 | 0 | 0.00 | 184.92 | 0.99 | 0.64 |
| Hex | 47 | EF | FE | 48 | 6 | 0 | 0 | B9 | 63 | 40 |
| Octal | 107 | 357 | 376 | 110 | 6 | 0 | 0 | 271 | 143 | 100 |
| Binary | 1000111 | 11101111 | 11111110 | 1001000 | 110 | 0 | 0 | 10111001 | 1100011 | 1000000 |
Color Harmonies of #47EFFE
Complementary color
Monochromatic Colors of #47EFFE
Black with #47EFFE
Text Example
Text Example
White with #47EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EFFE; }
p { color: rgb(71,239,254); }
H1.HeaderClassName
{
color: #47EFFE;
}
.AnyTagClassName
{
color: #47EFFE;
}
</style>
background-color css
<style>
a { background-color: #47EFFE; }
a { background-color: rgb(71,239,254); }
div.DivClassName
{
background-color: #47EFFE;
}
.BgClassName
{
background-color: #47EFFE;
}
</style>
border-color css
<style>
span { border-color: #47EFFE; }
span { border-color: rgb(71,239,254); }
td.TdClassName
{
border-color: #47EFFE;
}
.TagClassName
{
border-color: #47EFFE;
}
</style>