Shades of Baby Blue #47EFFB
Tints of Baby Blue #47EFFB
RGB
CMYK
RGB Variations
Color information
#47EFFB (or 0x47EFFB) is known color: Baby Blue. HEX triplet: 47, EF and FB. RGB value is (71,239,251). Sum of RGB (Red+Green+Blue) = 71+239+251=561 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.66% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #47EFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EFFB is #B81004. Grayscale: #BDBDBD. Windows color (decimal): -12062725 or 16510791. OLE color: 16510791.
HSL color Cylindrical-coordinate representation of color #47EFFB: hue angle of 184º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47EFFB is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 239 | 251 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.02 |
| HSL | 184º | 0.96% | 0.63% | - |
| HSV(B) | 184º | 0.72% | 0.98% | - |
| XYZ | 50.88 | 70.04 | 102.1 | - |
| YUV | 190.14 | 162.34 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 239 | 251 | 0.72 | 0.05 | 0 | 0.02 | 184 | 0.96 | 0.63 |
| Hex | 47 | EF | FB | 48 | 5 | 0 | 2 | B8 | 60 | 3F |
| Octal | 107 | 357 | 373 | 110 | 5 | 0 | 2 | 270 | 140 | 77 |
| Binary | 1000111 | 11101111 | 11111011 | 1001000 | 101 | 0 | 10 | 10111000 | 1100000 | 111111 |
Color Harmonies of #47EFFB
Complementary color
Monochromatic Colors of #47EFFB
Black with #47EFFB
Text Example
Text Example
White with #47EFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EFFB; }
p { color: rgb(71,239,251); }
H1.HeaderClassName
{
color: #47EFFB;
}
.AnyTagClassName
{
color: #47EFFB;
}
</style>
background-color css
<style>
a { background-color: #47EFFB; }
a { background-color: rgb(71,239,251); }
div.DivClassName
{
background-color: #47EFFB;
}
.BgClassName
{
background-color: #47EFFB;
}
</style>
border-color css
<style>
span { border-color: #47EFFB; }
span { border-color: rgb(71,239,251); }
td.TdClassName
{
border-color: #47EFFB;
}
.TagClassName
{
border-color: #47EFFB;
}
</style>