Shades of Summer Sky #46BAE6
Tints of Summer Sky #46BAE6
RGB
CMYK
RGB Variations
Color information
#46BAE6 (or 0x46BAE6) is known color: Summer Sky. HEX triplet: 46, BA and E6. RGB value is (70,186,230). Sum of RGB (Red+Green+Blue) = 70+186+230=486 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.40% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #46BAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BAE6 is #B94519. Grayscale: #9C9C9C. Windows color (decimal): -12141850 or 15120966. OLE color: 15120966.
HSL color Cylindrical-coordinate representation of color #46BAE6: hue angle of 196.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46BAE6 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 186 | 230 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.10 |
| HSL | 196.5º | 0.76% | 0.59% | - |
| HSV(B) | 196.5º | 0.7% | 0.9% | - |
| XYZ | 34.37 | 42.13 | 81.18 | - |
| YUV | 156.33 | 169.57 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 230 | 0.70 | 0.19 | 0 | 0.10 | 196.5 | 0.76 | 0.59 |
| Hex | 46 | BA | E6 | 46 | 13 | 0 | A | C4 | 4C | 3B |
| Octal | 106 | 272 | 346 | 106 | 23 | 0 | 12 | 304 | 114 | 73 |
| Binary | 1000110 | 10111010 | 11100110 | 1000110 | 10011 | 0 | 1010 | 11000100 | 1001100 | 111011 |
Color Harmonies of #46BAE6
Complementary color
Monochromatic Colors of #46BAE6
Black with #46BAE6
Text Example
Text Example
White with #46BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BAE6; }
p { color: rgb(70,186,230); }
H1.HeaderClassName
{
color: #46BAE6;
}
.AnyTagClassName
{
color: #46BAE6;
}
</style>
background-color css
<style>
a { background-color: #46BAE6; }
a { background-color: rgb(70,186,230); }
div.DivClassName
{
background-color: #46BAE6;
}
.BgClassName
{
background-color: #46BAE6;
}
</style>
border-color css
<style>
span { border-color: #46BAE6; }
span { border-color: rgb(70,186,230); }
td.TdClassName
{
border-color: #46BAE6;
}
.TagClassName
{
border-color: #46BAE6;
}
</style>