Shades of Summer Sky #46CEEC
Tints of Summer Sky #46CEEC
RGB
CMYK
RGB Variations
Color information
#46CEEC (or 0x46CEEC) is known color: Summer Sky. HEX triplet: 46, CE and EC. RGB value is (70,206,236). Sum of RGB (Red+Green+Blue) = 70+206+236=512 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.67% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #46CEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CEEC is #B93113. Grayscale: #A8A8A8. Windows color (decimal): -12136724 or 15519302. OLE color: 15519302.
HSL color Cylindrical-coordinate representation of color #46CEEC: hue angle of 190.84º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46CEEC is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 206 | 236 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.07 |
| HSL | 190.84º | 0.81% | 0.6% | - |
| HSV(B) | 190.84º | 0.7% | 0.93% | - |
| XYZ | 39.74 | 51.5 | 87.2 | - |
| YUV | 168.76 | 165.94 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 236 | 0.70 | 0.13 | 0 | 0.07 | 190.84 | 0.81 | 0.6 |
| Hex | 46 | CE | EC | 46 | D | 0 | 7 | BF | 51 | 3C |
| Octal | 106 | 316 | 354 | 106 | 15 | 0 | 7 | 277 | 121 | 74 |
| Binary | 1000110 | 11001110 | 11101100 | 1000110 | 1101 | 0 | 111 | 10111111 | 1010001 | 111100 |
Color Harmonies of #46CEEC
Complementary color
Monochromatic Colors of #46CEEC
Black with #46CEEC
Text Example
Text Example
White with #46CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEEC; }
p { color: rgb(70,206,236); }
H1.HeaderClassName
{
color: #46CEEC;
}
.AnyTagClassName
{
color: #46CEEC;
}
</style>
background-color css
<style>
a { background-color: #46CEEC; }
a { background-color: rgb(70,206,236); }
div.DivClassName
{
background-color: #46CEEC;
}
.BgClassName
{
background-color: #46CEEC;
}
</style>
border-color css
<style>
span { border-color: #46CEEC; }
span { border-color: rgb(70,206,236); }
td.TdClassName
{
border-color: #46CEEC;
}
.TagClassName
{
border-color: #46CEEC;
}
</style>