Shades of Summer Sky #46C0FB
Tints of Summer Sky #46C0FB
RGB
CMYK
RGB Variations
Color information
#46C0FB (or 0x46C0FB) is known color: Summer Sky. HEX triplet: 46, C0 and FB. RGB value is (70,192,251). Sum of RGB (Red+Green+Blue) = 70+192+251=513 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.65% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #46C0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46C0FB is #B93F04. Grayscale: #A1A1A1. Windows color (decimal): -12140293 or 16498758. OLE color: 16498758.
HSL color Cylindrical-coordinate representation of color #46C0FB: hue angle of 199.56º 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 #46C0FB is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 192 | 251 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.02 |
| HSL | 199.56º | 0.96% | 0.63% | - |
| HSV(B) | 199.56º | 0.72% | 0.98% | - |
| XYZ | 38.79 | 45.97 | 98.09 | - |
| YUV | 162.25 | 178.08 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 192 | 251 | 0.72 | 0.24 | 0 | 0.02 | 199.56 | 0.96 | 0.63 |
| Hex | 46 | C0 | FB | 48 | 18 | 0 | 2 | C8 | 60 | 3F |
| Octal | 106 | 300 | 373 | 110 | 30 | 0 | 2 | 310 | 140 | 77 |
| Binary | 1000110 | 11000000 | 11111011 | 1001000 | 11000 | 0 | 10 | 11001000 | 1100000 | 111111 |
Color Harmonies of #46C0FB
Complementary color
Monochromatic Colors of #46C0FB
Black with #46C0FB
Text Example
Text Example
White with #46C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C0FB; }
p { color: rgb(70,192,251); }
H1.HeaderClassName
{
color: #46C0FB;
}
.AnyTagClassName
{
color: #46C0FB;
}
</style>
background-color css
<style>
a { background-color: #46C0FB; }
a { background-color: rgb(70,192,251); }
div.DivClassName
{
background-color: #46C0FB;
}
.BgClassName
{
background-color: #46C0FB;
}
</style>
border-color css
<style>
span { border-color: #46C0FB; }
span { border-color: rgb(70,192,251); }
td.TdClassName
{
border-color: #46C0FB;
}
.TagClassName
{
border-color: #46C0FB;
}
</style>