Shades of Summer Sky #46BDE2
Tints of Summer Sky #46BDE2
RGB
CMYK
RGB Variations
Color information
#46BDE2 (or 0x46BDE2) is known color: Summer Sky. HEX triplet: 46, BD and E2. RGB value is (70,189,226). Sum of RGB (Red+Green+Blue) = 70+189+226=485 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.43% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 226 - color contains mainly: blue. Hex color #46BDE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BDE2 is #B9421D. Grayscale: #9D9D9D. Windows color (decimal): -12141086 or 14859590. OLE color: 14859590.
HSL color Cylindrical-coordinate representation of color #46BDE2: hue angle of 194.23º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46BDE2 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 189 | 226 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.11 |
| HSL | 194.23º | 0.73% | 0.58% | - |
| HSV(B) | 194.23º | 0.69% | 0.89% | - |
| XYZ | 34.45 | 43.19 | 78.47 | - |
| YUV | 157.64 | 166.58 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 189 | 226 | 0.69 | 0.16 | 0 | 0.11 | 194.23 | 0.73 | 0.58 |
| Hex | 46 | BD | E2 | 45 | 10 | 0 | B | C2 | 49 | 3A |
| Octal | 106 | 275 | 342 | 105 | 20 | 0 | 13 | 302 | 111 | 72 |
| Binary | 1000110 | 10111101 | 11100010 | 1000101 | 10000 | 0 | 1011 | 11000010 | 1001001 | 111010 |
Color Harmonies of #46BDE2
Complementary color
Monochromatic Colors of #46BDE2
Black with #46BDE2
Text Example
Text Example
White with #46BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BDE2; }
p { color: rgb(70,189,226); }
H1.HeaderClassName
{
color: #46BDE2;
}
.AnyTagClassName
{
color: #46BDE2;
}
</style>
background-color css
<style>
a { background-color: #46BDE2; }
a { background-color: rgb(70,189,226); }
div.DivClassName
{
background-color: #46BDE2;
}
.BgClassName
{
background-color: #46BDE2;
}
</style>
border-color css
<style>
span { border-color: #46BDE2; }
span { border-color: rgb(70,189,226); }
td.TdClassName
{
border-color: #46BDE2;
}
.TagClassName
{
border-color: #46BDE2;
}
</style>