Shades of Summer Sky #47CBFC
Tints of Summer Sky #47CBFC
RGB
CMYK
RGB Variations
Color information
#47CBFC (or 0x47CBFC) is known color: Summer Sky. HEX triplet: 47, CB and FC. RGB value is (71,203,252). Sum of RGB (Red+Green+Blue) = 71+203+252=526 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.50% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #47CBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CBFC is #B83403. Grayscale: #A8A8A8. Windows color (decimal): -12071940 or 16567111. OLE color: 16567111.
HSL color Cylindrical-coordinate representation of color #47CBFC: hue angle of 196.24º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47CBFC is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 203 | 252 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.01 |
| HSL | 196.24º | 0.97% | 0.63% | - |
| HSV(B) | 196.24º | 0.72% | 0.99% | - |
| XYZ | 41.53 | 51.08 | 99.77 | - |
| YUV | 169.12 | 174.77 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 252 | 0.72 | 0.19 | 0 | 0.01 | 196.24 | 0.97 | 0.63 |
| Hex | 47 | CB | FC | 48 | 13 | 0 | 1 | C4 | 61 | 3F |
| Octal | 107 | 313 | 374 | 110 | 23 | 0 | 1 | 304 | 141 | 77 |
| Binary | 1000111 | 11001011 | 11111100 | 1001000 | 10011 | 0 | 1 | 11000100 | 1100001 | 111111 |
Color Harmonies of #47CBFC
Complementary color
Monochromatic Colors of #47CBFC
Black with #47CBFC
Text Example
Text Example
White with #47CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CBFC; }
p { color: rgb(71,203,252); }
H1.HeaderClassName
{
color: #47CBFC;
}
.AnyTagClassName
{
color: #47CBFC;
}
</style>
background-color css
<style>
a { background-color: #47CBFC; }
a { background-color: rgb(71,203,252); }
div.DivClassName
{
background-color: #47CBFC;
}
.BgClassName
{
background-color: #47CBFC;
}
</style>
border-color css
<style>
span { border-color: #47CBFC; }
span { border-color: rgb(71,203,252); }
td.TdClassName
{
border-color: #47CBFC;
}
.TagClassName
{
border-color: #47CBFC;
}
</style>