Shades of Summer Sky #46BFDB
Tints of Summer Sky #46BFDB
RGB
CMYK
RGB Variations
Color information
#46BFDB (or 0x46BFDB) is known color: Summer Sky. HEX triplet: 46, BF and DB. RGB value is (70,191,219). Sum of RGB (Red+Green+Blue) = 70+191+219=480 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.58% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #46BFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BFDB is #B94024. Grayscale: #9D9D9D. Windows color (decimal): -12140581 or 14401350. OLE color: 14401350.
HSL color Cylindrical-coordinate representation of color #46BFDB: hue angle of 191.28º 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 #46BFDB is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 191 | 219 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.14 |
| HSL | 191.28º | 0.67% | 0.57% | - |
| HSV(B) | 191.28º | 0.68% | 0.86% | - |
| XYZ | 33.94 | 43.68 | 73.66 | - |
| YUV | 158.01 | 162.41 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 191 | 219 | 0.68 | 0.13 | 0 | 0.14 | 191.28 | 0.67 | 0.57 |
| Hex | 46 | BF | DB | 44 | D | 0 | E | BF | 43 | 39 |
| Octal | 106 | 277 | 333 | 104 | 15 | 0 | 16 | 277 | 103 | 71 |
| Binary | 1000110 | 10111111 | 11011011 | 1000100 | 1101 | 0 | 1110 | 10111111 | 1000011 | 111001 |
Color Harmonies of #46BFDB
Complementary color
Monochromatic Colors of #46BFDB
Black with #46BFDB
Text Example
Text Example
White with #46BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BFDB; }
p { color: rgb(70,191,219); }
H1.HeaderClassName
{
color: #46BFDB;
}
.AnyTagClassName
{
color: #46BFDB;
}
</style>
background-color css
<style>
a { background-color: #46BFDB; }
a { background-color: rgb(70,191,219); }
div.DivClassName
{
background-color: #46BFDB;
}
.BgClassName
{
background-color: #46BFDB;
}
</style>
border-color css
<style>
span { border-color: #46BFDB; }
span { border-color: rgb(70,191,219); }
td.TdClassName
{
border-color: #46BFDB;
}
.TagClassName
{
border-color: #46BFDB;
}
</style>