Shades of Summer Sky #46BCED
Tints of Summer Sky #46BCED
RGB
CMYK
RGB Variations
Color information
#46BCED (or 0x46BCED) is known color: Summer Sky. HEX triplet: 46, BC and ED. RGB value is (70,188,237). Sum of RGB (Red+Green+Blue) = 70+188+237=495 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.14% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #46BCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BCED is #B94312. Grayscale: #9D9D9D. Windows color (decimal): -12141331 or 15580230. OLE color: 15580230.
HSL color Cylindrical-coordinate representation of color #46BCED: hue angle of 197.6º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46BCED is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 188 | 237 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.07 |
| HSL | 197.6º | 0.82% | 0.6% | - |
| HSV(B) | 197.6º | 0.7% | 0.93% | - |
| XYZ | 35.8 | 43.38 | 86.61 | - |
| YUV | 158.3 | 172.41 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 237 | 0.70 | 0.21 | 0 | 0.07 | 197.6 | 0.82 | 0.6 |
| Hex | 46 | BC | ED | 46 | 15 | 0 | 7 | C6 | 52 | 3C |
| Octal | 106 | 274 | 355 | 106 | 25 | 0 | 7 | 306 | 122 | 74 |
| Binary | 1000110 | 10111100 | 11101101 | 1000110 | 10101 | 0 | 111 | 11000110 | 1010010 | 111100 |
Color Harmonies of #46BCED
Complementary color
Monochromatic Colors of #46BCED
Black with #46BCED
Text Example
Text Example
White with #46BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BCED; }
p { color: rgb(70,188,237); }
H1.HeaderClassName
{
color: #46BCED;
}
.AnyTagClassName
{
color: #46BCED;
}
</style>
background-color css
<style>
a { background-color: #46BCED; }
a { background-color: rgb(70,188,237); }
div.DivClassName
{
background-color: #46BCED;
}
.BgClassName
{
background-color: #46BCED;
}
</style>
border-color css
<style>
span { border-color: #46BCED; }
span { border-color: rgb(70,188,237); }
td.TdClassName
{
border-color: #46BCED;
}
.TagClassName
{
border-color: #46BCED;
}
</style>