Shades of Summer Sky #46BCDB
Tints of Summer Sky #46BCDB
RGB
CMYK
RGB Variations
Color information
#46BCDB (or 0x46BCDB) is known color: Summer Sky. HEX triplet: 46, BC and DB. RGB value is (70,188,219). Sum of RGB (Red+Green+Blue) = 70+188+219=477 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.68% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #46BCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BCDB is #B94324. Grayscale: #9C9C9C. Windows color (decimal): -12141349 or 14400582. OLE color: 14400582.
HSL color Cylindrical-coordinate representation of color #46BCDB: hue angle of 192.48º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46BCDB is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 188 | 219 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.14 |
| HSL | 192.48º | 0.67% | 0.57% | - |
| HSV(B) | 192.48º | 0.68% | 0.86% | - |
| XYZ | 33.3 | 42.38 | 73.44 | - |
| YUV | 156.25 | 163.41 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 219 | 0.68 | 0.14 | 0 | 0.14 | 192.48 | 0.67 | 0.57 |
| Hex | 46 | BC | DB | 44 | E | 0 | E | C0 | 43 | 39 |
| Octal | 106 | 274 | 333 | 104 | 16 | 0 | 16 | 300 | 103 | 71 |
| Binary | 1000110 | 10111100 | 11011011 | 1000100 | 1110 | 0 | 1110 | 11000000 | 1000011 | 111001 |
Color Harmonies of #46BCDB
Complementary color
Monochromatic Colors of #46BCDB
Black with #46BCDB
Text Example
Text Example
White with #46BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BCDB; }
p { color: rgb(70,188,219); }
H1.HeaderClassName
{
color: #46BCDB;
}
.AnyTagClassName
{
color: #46BCDB;
}
</style>
background-color css
<style>
a { background-color: #46BCDB; }
a { background-color: rgb(70,188,219); }
div.DivClassName
{
background-color: #46BCDB;
}
.BgClassName
{
background-color: #46BCDB;
}
</style>
border-color css
<style>
span { border-color: #46BCDB; }
span { border-color: rgb(70,188,219); }
td.TdClassName
{
border-color: #46BCDB;
}
.TagClassName
{
border-color: #46BCDB;
}
</style>