Shades of Summer Sky #47BBFD
Tints of Summer Sky #47BBFD
RGB
CMYK
RGB Variations
Color information
#47BBFD (or 0x47BBFD) is known color: Summer Sky. HEX triplet: 47, BB and FD. RGB value is (71,187,253). Sum of RGB (Red+Green+Blue) = 71+187+253=511 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.89% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #47BBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BBFD is #B84402. Grayscale: #9F9F9F. Windows color (decimal): -12076035 or 16628551. OLE color: 16628551.
HSL color Cylindrical-coordinate representation of color #47BBFD: hue angle of 201.76º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47BBFD is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 187 | 253 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.01 |
| HSL | 201.76º | 0.98% | 0.64% | - |
| HSV(B) | 201.76º | 0.72% | 0.99% | - |
| XYZ | 38.1 | 43.97 | 99.41 | - |
| YUV | 159.84 | 180.57 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 253 | 0.72 | 0.26 | 0 | 0.01 | 201.76 | 0.98 | 0.64 |
| Hex | 47 | BB | FD | 48 | 1A | 0 | 1 | CA | 62 | 40 |
| Octal | 107 | 273 | 375 | 110 | 32 | 0 | 1 | 312 | 142 | 100 |
| Binary | 1000111 | 10111011 | 11111101 | 1001000 | 11010 | 0 | 1 | 11001010 | 1100010 | 1000000 |
Color Harmonies of #47BBFD
Complementary color
Monochromatic Colors of #47BBFD
Black with #47BBFD
Text Example
Text Example
White with #47BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BBFD; }
p { color: rgb(71,187,253); }
H1.HeaderClassName
{
color: #47BBFD;
}
.AnyTagClassName
{
color: #47BBFD;
}
</style>
background-color css
<style>
a { background-color: #47BBFD; }
a { background-color: rgb(71,187,253); }
div.DivClassName
{
background-color: #47BBFD;
}
.BgClassName
{
background-color: #47BBFD;
}
</style>
border-color css
<style>
span { border-color: #47BBFD; }
span { border-color: rgb(71,187,253); }
td.TdClassName
{
border-color: #47BBFD;
}
.TagClassName
{
border-color: #47BBFD;
}
</style>