Shades of Summer Sky #47CEFD
Tints of Summer Sky #47CEFD
RGB
CMYK
RGB Variations
Color information
#47CEFD (or 0x47CEFD) is known color: Summer Sky. HEX triplet: 47, CE and FD. RGB value is (71,206,253). Sum of RGB (Red+Green+Blue) = 71+206+253=530 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.40% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #47CEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CEFD is #B83102. Grayscale: #AAAAAA. Windows color (decimal): -12071171 or 16633415. OLE color: 16633415.
HSL color Cylindrical-coordinate representation of color #47CEFD: hue angle of 195.49º 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 #47CEFD is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 206 | 253 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.01 |
| HSL | 195.49º | 0.98% | 0.64% | - |
| HSV(B) | 195.49º | 0.72% | 0.99% | - |
| XYZ | 42.4 | 52.57 | 100.84 | - |
| YUV | 170.99 | 174.27 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 253 | 0.72 | 0.19 | 0 | 0.01 | 195.49 | 0.98 | 0.64 |
| Hex | 47 | CE | FD | 48 | 13 | 0 | 1 | C3 | 62 | 40 |
| Octal | 107 | 316 | 375 | 110 | 23 | 0 | 1 | 303 | 142 | 100 |
| Binary | 1000111 | 11001110 | 11111101 | 1001000 | 10011 | 0 | 1 | 11000011 | 1100010 | 1000000 |
Color Harmonies of #47CEFD
Complementary color
Monochromatic Colors of #47CEFD
Black with #47CEFD
Text Example
Text Example
White with #47CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEFD; }
p { color: rgb(71,206,253); }
H1.HeaderClassName
{
color: #47CEFD;
}
.AnyTagClassName
{
color: #47CEFD;
}
</style>
background-color css
<style>
a { background-color: #47CEFD; }
a { background-color: rgb(71,206,253); }
div.DivClassName
{
background-color: #47CEFD;
}
.BgClassName
{
background-color: #47CEFD;
}
</style>
border-color css
<style>
span { border-color: #47CEFD; }
span { border-color: rgb(71,206,253); }
td.TdClassName
{
border-color: #47CEFD;
}
.TagClassName
{
border-color: #47CEFD;
}
</style>