Shades of Summer Sky #46ADEF
Tints of Summer Sky #46ADEF
RGB
CMYK
RGB Variations
Color information
#46ADEF (or 0x46ADEF) is known color: Summer Sky. HEX triplet: 46, AD and EF. RGB value is (70,173,239). Sum of RGB (Red+Green+Blue) = 70+173+239=482 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.52% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #46ADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46ADEF is #B95210. Grayscale: #959595. Windows color (decimal): -12145169 or 15707462. OLE color: 15707462.
HSL color Cylindrical-coordinate representation of color #46ADEF: hue angle of 203.43º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46ADEF is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 173 | 239 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.06 |
| HSL | 203.43º | 0.84% | 0.61% | - |
| HSV(B) | 203.43º | 0.71% | 0.94% | - |
| XYZ | 33.05 | 37.42 | 87.14 | - |
| YUV | 149.73 | 178.38 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 239 | 0.71 | 0.28 | 0 | 0.06 | 203.43 | 0.84 | 0.61 |
| Hex | 46 | AD | EF | 47 | 1C | 0 | 6 | CB | 54 | 3D |
| Octal | 106 | 255 | 357 | 107 | 34 | 0 | 6 | 313 | 124 | 75 |
| Binary | 1000110 | 10101101 | 11101111 | 1000111 | 11100 | 0 | 110 | 11001011 | 1010100 | 111101 |
Color Harmonies of #46ADEF
Complementary color
Monochromatic Colors of #46ADEF
Black with #46ADEF
Text Example
Text Example
White with #46ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ADEF; }
p { color: rgb(70,173,239); }
H1.HeaderClassName
{
color: #46ADEF;
}
.AnyTagClassName
{
color: #46ADEF;
}
</style>
background-color css
<style>
a { background-color: #46ADEF; }
a { background-color: rgb(70,173,239); }
div.DivClassName
{
background-color: #46ADEF;
}
.BgClassName
{
background-color: #46ADEF;
}
</style>
border-color css
<style>
span { border-color: #46ADEF; }
span { border-color: rgb(70,173,239); }
td.TdClassName
{
border-color: #46ADEF;
}
.TagClassName
{
border-color: #46ADEF;
}
</style>