Shades of Summer Sky #46ABEE
Tints of Summer Sky #46ABEE
RGB
CMYK
RGB Variations
Color information
#46ABEE (or 0x46ABEE) is known color: Summer Sky. HEX triplet: 46, AB and EE. RGB value is (70,171,238). Sum of RGB (Red+Green+Blue) = 70+171+238=479 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.61% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #46ABEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46ABEE is #B95411. Grayscale: #949494. Windows color (decimal): -12145682 or 15641414. OLE color: 15641414.
HSL color Cylindrical-coordinate representation of color #46ABEE: hue angle of 203.93º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46ABEE is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 171 | 238 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.07 |
| HSL | 203.93º | 0.83% | 0.6% | - |
| HSV(B) | 203.93º | 0.71% | 0.93% | - |
| XYZ | 32.52 | 36.6 | 86.24 | - |
| YUV | 148.44 | 178.54 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 171 | 238 | 0.71 | 0.28 | 0 | 0.07 | 203.93 | 0.83 | 0.6 |
| Hex | 46 | AB | EE | 47 | 1C | 0 | 7 | CC | 53 | 3C |
| Octal | 106 | 253 | 356 | 107 | 34 | 0 | 7 | 314 | 123 | 74 |
| Binary | 1000110 | 10101011 | 11101110 | 1000111 | 11100 | 0 | 111 | 11001100 | 1010011 | 111100 |
Color Harmonies of #46ABEE
Complementary color
Monochromatic Colors of #46ABEE
Black with #46ABEE
Text Example
Text Example
White with #46ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ABEE; }
p { color: rgb(70,171,238); }
H1.HeaderClassName
{
color: #46ABEE;
}
.AnyTagClassName
{
color: #46ABEE;
}
</style>
background-color css
<style>
a { background-color: #46ABEE; }
a { background-color: rgb(70,171,238); }
div.DivClassName
{
background-color: #46ABEE;
}
.BgClassName
{
background-color: #46ABEE;
}
</style>
border-color css
<style>
span { border-color: #46ABEE; }
span { border-color: rgb(70,171,238); }
td.TdClassName
{
border-color: #46ABEE;
}
.TagClassName
{
border-color: #46ABEE;
}
</style>