Shades of Summer Sky #46BEDE
Tints of Summer Sky #46BEDE
RGB
CMYK
RGB Variations
Color information
#46BEDE (or 0x46BEDE) is known color: Summer Sky. HEX triplet: 46, BE and DE. RGB value is (70,190,222). Sum of RGB (Red+Green+Blue) = 70+190+222=482 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.52% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #46BEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BEDE is #B94121. Grayscale: #9D9D9D. Windows color (decimal): -12140834 or 14597702. OLE color: 14597702.
HSL color Cylindrical-coordinate representation of color #46BEDE: hue angle of 192.63º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46BEDE is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 190 | 222 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.13 |
| HSL | 192.63º | 0.7% | 0.57% | - |
| HSV(B) | 192.63º | 0.68% | 0.87% | - |
| XYZ | 34.12 | 43.4 | 75.69 | - |
| YUV | 157.77 | 164.24 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 222 | 0.68 | 0.14 | 0 | 0.13 | 192.63 | 0.7 | 0.57 |
| Hex | 46 | BE | DE | 44 | E | 0 | D | C1 | 46 | 39 |
| Octal | 106 | 276 | 336 | 104 | 16 | 0 | 15 | 301 | 106 | 71 |
| Binary | 1000110 | 10111110 | 11011110 | 1000100 | 1110 | 0 | 1101 | 11000001 | 1000110 | 111001 |
Color Harmonies of #46BEDE
Complementary color
Monochromatic Colors of #46BEDE
Black with #46BEDE
Text Example
Text Example
White with #46BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BEDE; }
p { color: rgb(70,190,222); }
H1.HeaderClassName
{
color: #46BEDE;
}
.AnyTagClassName
{
color: #46BEDE;
}
</style>
background-color css
<style>
a { background-color: #46BEDE; }
a { background-color: rgb(70,190,222); }
div.DivClassName
{
background-color: #46BEDE;
}
.BgClassName
{
background-color: #46BEDE;
}
</style>
border-color css
<style>
span { border-color: #46BEDE; }
span { border-color: rgb(70,190,222); }
td.TdClassName
{
border-color: #46BEDE;
}
.TagClassName
{
border-color: #46BEDE;
}
</style>