Shades of Summer Sky #46C0F8
Tints of Summer Sky #46C0F8
RGB
CMYK
RGB Variations
Color information
#46C0F8 (or 0x46C0F8) is known color: Summer Sky. HEX triplet: 46, C0 and F8. RGB value is (70,192,248). Sum of RGB (Red+Green+Blue) = 70+192+248=510 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.73% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #46C0F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46C0F8 is #B93F07. Grayscale: #A1A1A1. Windows color (decimal): -12140296 or 16302150. OLE color: 16302150.
HSL color Cylindrical-coordinate representation of color #46C0F8: hue angle of 198.88º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46C0F8 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 192 | 248 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.03 |
| HSL | 198.88º | 0.93% | 0.62% | - |
| HSV(B) | 198.88º | 0.72% | 0.97% | - |
| XYZ | 38.32 | 45.78 | 95.62 | - |
| YUV | 161.91 | 176.58 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 192 | 248 | 0.72 | 0.23 | 0 | 0.03 | 198.88 | 0.93 | 0.62 |
| Hex | 46 | C0 | F8 | 48 | 17 | 0 | 3 | C7 | 5D | 3E |
| Octal | 106 | 300 | 370 | 110 | 27 | 0 | 3 | 307 | 135 | 76 |
| Binary | 1000110 | 11000000 | 11111000 | 1001000 | 10111 | 0 | 11 | 11000111 | 1011101 | 111110 |
Color Harmonies of #46C0F8
Complementary color
Monochromatic Colors of #46C0F8
Black with #46C0F8
Text Example
Text Example
White with #46C0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C0F8; }
p { color: rgb(70,192,248); }
H1.HeaderClassName
{
color: #46C0F8;
}
.AnyTagClassName
{
color: #46C0F8;
}
</style>
background-color css
<style>
a { background-color: #46C0F8; }
a { background-color: rgb(70,192,248); }
div.DivClassName
{
background-color: #46C0F8;
}
.BgClassName
{
background-color: #46C0F8;
}
</style>
border-color css
<style>
span { border-color: #46C0F8; }
span { border-color: rgb(70,192,248); }
td.TdClassName
{
border-color: #46C0F8;
}
.TagClassName
{
border-color: #46C0F8;
}
</style>