Shades of Summer Sky #46BCE7
Tints of Summer Sky #46BCE7
RGB
CMYK
RGB Variations
Color information
#46BCE7 (or 0x46BCE7) is known color: Summer Sky. HEX triplet: 46, BC and E7. RGB value is (70,188,231). Sum of RGB (Red+Green+Blue) = 70+188+231=489 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.31% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #46BCE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BCE7 is #B94318. Grayscale: #9D9D9D. Windows color (decimal): -12141337 or 15187014. OLE color: 15187014.
HSL color Cylindrical-coordinate representation of color #46BCE7: hue angle of 196.02º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46BCE7 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 188 | 231 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.09 |
| HSL | 196.02º | 0.77% | 0.59% | - |
| HSV(B) | 196.02º | 0.7% | 0.91% | - |
| XYZ | 34.93 | 43.04 | 82.07 | - |
| YUV | 157.62 | 169.41 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 231 | 0.70 | 0.19 | 0 | 0.09 | 196.02 | 0.77 | 0.59 |
| Hex | 46 | BC | E7 | 46 | 13 | 0 | 9 | C4 | 4D | 3B |
| Octal | 106 | 274 | 347 | 106 | 23 | 0 | 11 | 304 | 115 | 73 |
| Binary | 1000110 | 10111100 | 11100111 | 1000110 | 10011 | 0 | 1001 | 11000100 | 1001101 | 111011 |
Color Harmonies of #46BCE7
Complementary color
Monochromatic Colors of #46BCE7
Black with #46BCE7
Text Example
Text Example
White with #46BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BCE7; }
p { color: rgb(70,188,231); }
H1.HeaderClassName
{
color: #46BCE7;
}
.AnyTagClassName
{
color: #46BCE7;
}
</style>
background-color css
<style>
a { background-color: #46BCE7; }
a { background-color: rgb(70,188,231); }
div.DivClassName
{
background-color: #46BCE7;
}
.BgClassName
{
background-color: #46BCE7;
}
</style>
border-color css
<style>
span { border-color: #46BCE7; }
span { border-color: rgb(70,188,231); }
td.TdClassName
{
border-color: #46BCE7;
}
.TagClassName
{
border-color: #46BCE7;
}
</style>