Shades of Summer Sky #46BED9
Tints of Summer Sky #46BED9
RGB
CMYK
RGB Variations
Color information
#46BED9 (or 0x46BED9) is known color: Summer Sky. HEX triplet: 46, BE and D9. RGB value is (70,190,217). Sum of RGB (Red+Green+Blue) = 70+190+217=477 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.68% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #46BED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BED9 is #B94126. Grayscale: #9C9C9C. Windows color (decimal): -12140839 or 14270022. OLE color: 14270022.
HSL color Cylindrical-coordinate representation of color #46BED9: hue angle of 191.02º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46BED9 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 190 | 217 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.15 |
| HSL | 191.02º | 0.66% | 0.56% | - |
| HSV(B) | 191.02º | 0.68% | 0.85% | - |
| XYZ | 33.46 | 43.14 | 72.21 | - |
| YUV | 157.2 | 161.74 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 217 | 0.68 | 0.12 | 0 | 0.15 | 191.02 | 0.66 | 0.56 |
| Hex | 46 | BE | D9 | 44 | C | 0 | F | BF | 42 | 38 |
| Octal | 106 | 276 | 331 | 104 | 14 | 0 | 17 | 277 | 102 | 70 |
| Binary | 1000110 | 10111110 | 11011001 | 1000100 | 1100 | 0 | 1111 | 10111111 | 1000010 | 111000 |
Color Harmonies of #46BED9
Complementary color
Monochromatic Colors of #46BED9
Black with #46BED9
Text Example
Text Example
White with #46BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BED9; }
p { color: rgb(70,190,217); }
H1.HeaderClassName
{
color: #46BED9;
}
.AnyTagClassName
{
color: #46BED9;
}
</style>
background-color css
<style>
a { background-color: #46BED9; }
a { background-color: rgb(70,190,217); }
div.DivClassName
{
background-color: #46BED9;
}
.BgClassName
{
background-color: #46BED9;
}
</style>
border-color css
<style>
span { border-color: #46BED9; }
span { border-color: rgb(70,190,217); }
td.TdClassName
{
border-color: #46BED9;
}
.TagClassName
{
border-color: #46BED9;
}
</style>