Shades of Summer Sky #46BDDB
Tints of Summer Sky #46BDDB
RGB
CMYK
RGB Variations
Color information
#46BDDB (or 0x46BDDB) is known color: Summer Sky. HEX triplet: 46, BD and DB. RGB value is (70,189,219). Sum of RGB (Red+Green+Blue) = 70+189+219=478 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.64% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #46BDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BDDB is #B94224. Grayscale: #9C9C9C. Windows color (decimal): -12141093 or 14400838. OLE color: 14400838.
HSL color Cylindrical-coordinate representation of color #46BDDB: hue angle of 192.08º 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 #46BDDB is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 189 | 219 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.14 |
| HSL | 192.08º | 0.67% | 0.57% | - |
| HSV(B) | 192.08º | 0.68% | 0.86% | - |
| XYZ | 33.51 | 42.81 | 73.52 | - |
| YUV | 156.84 | 163.08 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 189 | 219 | 0.68 | 0.14 | 0 | 0.14 | 192.08 | 0.67 | 0.57 |
| Hex | 46 | BD | DB | 44 | E | 0 | E | C0 | 43 | 39 |
| Octal | 106 | 275 | 333 | 104 | 16 | 0 | 16 | 300 | 103 | 71 |
| Binary | 1000110 | 10111101 | 11011011 | 1000100 | 1110 | 0 | 1110 | 11000000 | 1000011 | 111001 |
Color Harmonies of #46BDDB
Complementary color
Monochromatic Colors of #46BDDB
Black with #46BDDB
Text Example
Text Example
White with #46BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BDDB; }
p { color: rgb(70,189,219); }
H1.HeaderClassName
{
color: #46BDDB;
}
.AnyTagClassName
{
color: #46BDDB;
}
</style>
background-color css
<style>
a { background-color: #46BDDB; }
a { background-color: rgb(70,189,219); }
div.DivClassName
{
background-color: #46BDDB;
}
.BgClassName
{
background-color: #46BDDB;
}
</style>
border-color css
<style>
span { border-color: #46BDDB; }
span { border-color: rgb(70,189,219); }
td.TdClassName
{
border-color: #46BDDB;
}
.TagClassName
{
border-color: #46BDDB;
}
</style>