Shades of Summer Sky #46C0FF
Tints of Summer Sky #46C0FF
RGB
CMYK
RGB Variations
Color information
#46C0FF (or 0x46C0FF) is known color: Summer Sky. HEX triplet: 46, C0 and FF. RGB value is (70,192,255). Sum of RGB (Red+Green+Blue) = 70+192+255=517 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.54% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #46C0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46C0FF is #B93F00. Grayscale: #A2A2A2. Windows color (decimal): -12140289 or 16760902. OLE color: 16760902.
HSL color Cylindrical-coordinate representation of color #46C0FF: hue angle of 200.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46C0FF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 192 | 255 | - |
| CMYK | 0.73 | 0.25 | 0 | 0 |
| HSL | 200.43º | 1% | 0.64% | - |
| HSV(B) | 200.43º | 0.73% | 1% | - |
| XYZ | 39.43 | 46.22 | 101.45 | - |
| YUV | 162.7 | 180.08 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 192 | 255 | 0.73 | 0.25 | 0 | 0 | 200.43 | 1 | 0.64 |
| Hex | 46 | C0 | FF | 49 | 19 | 0 | 0 | C8 | 64 | 40 |
| Octal | 106 | 300 | 377 | 111 | 31 | 0 | 0 | 310 | 144 | 100 |
| Binary | 1000110 | 11000000 | 11111111 | 1001001 | 11001 | 0 | 0 | 11001000 | 1100100 | 1000000 |
Color Harmonies of #46C0FF
Complementary color
Monochromatic Colors of #46C0FF
Black with #46C0FF
Text Example
Text Example
White with #46C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C0FF; }
p { color: rgb(70,192,255); }
H1.HeaderClassName
{
color: #46C0FF;
}
.AnyTagClassName
{
color: #46C0FF;
}
</style>
background-color css
<style>
a { background-color: #46C0FF; }
a { background-color: rgb(70,192,255); }
div.DivClassName
{
background-color: #46C0FF;
}
.BgClassName
{
background-color: #46C0FF;
}
</style>
border-color css
<style>
span { border-color: #46C0FF; }
span { border-color: rgb(70,192,255); }
td.TdClassName
{
border-color: #46C0FF;
}
.TagClassName
{
border-color: #46C0FF;
}
</style>