Shades of Summer Sky #46BEDA
Tints of Summer Sky #46BEDA
RGB
CMYK
RGB Variations
Color information
#46BEDA (or 0x46BEDA) is known color: Summer Sky. HEX triplet: 46, BE and DA. RGB value is (70,190,218). Sum of RGB (Red+Green+Blue) = 70+190+218=478 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.64% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #46BEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BEDA is #B94125. Grayscale: #9D9D9D. Windows color (decimal): -12140838 or 14335558. OLE color: 14335558.
HSL color Cylindrical-coordinate representation of color #46BEDA: hue angle of 191.35º degrees, saturation: 0.67, 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 #46BEDA is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 190 | 218 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.15 |
| HSL | 191.35º | 0.67% | 0.56% | - |
| HSV(B) | 191.35º | 0.68% | 0.85% | - |
| XYZ | 33.59 | 43.19 | 72.9 | - |
| YUV | 157.31 | 162.24 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 218 | 0.68 | 0.13 | 0 | 0.15 | 191.35 | 0.67 | 0.56 |
| Hex | 46 | BE | DA | 44 | D | 0 | F | BF | 43 | 38 |
| Octal | 106 | 276 | 332 | 104 | 15 | 0 | 17 | 277 | 103 | 70 |
| Binary | 1000110 | 10111110 | 11011010 | 1000100 | 1101 | 0 | 1111 | 10111111 | 1000011 | 111000 |
Color Harmonies of #46BEDA
Complementary color
Monochromatic Colors of #46BEDA
Black with #46BEDA
Text Example
Text Example
White with #46BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BEDA; }
p { color: rgb(70,190,218); }
H1.HeaderClassName
{
color: #46BEDA;
}
.AnyTagClassName
{
color: #46BEDA;
}
</style>
background-color css
<style>
a { background-color: #46BEDA; }
a { background-color: rgb(70,190,218); }
div.DivClassName
{
background-color: #46BEDA;
}
.BgClassName
{
background-color: #46BEDA;
}
</style>
border-color css
<style>
span { border-color: #46BEDA; }
span { border-color: rgb(70,190,218); }
td.TdClassName
{
border-color: #46BEDA;
}
.TagClassName
{
border-color: #46BEDA;
}
</style>