Shades of Summer Sky #46CEFF
Tints of Summer Sky #46CEFF
RGB
CMYK
RGB Variations
Color information
#46CEFF (or 0x46CEFF) is known color: Summer Sky. HEX triplet: 46, CE and FF. RGB value is (70,206,255). Sum of RGB (Red+Green+Blue) = 70+206+255=531 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.18% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #46CEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CEFF is #B93100. Grayscale: #AAAAAA. Windows color (decimal): -12136705 or 16764486. OLE color: 16764486.
HSL color Cylindrical-coordinate representation of color #46CEFF: hue angle of 195.89º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46CEFF is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 206 | 255 | - |
| CMYK | 0.73 | 0.19 | 0 | 0 |
| HSL | 195.89º | 1% | 0.64% | - |
| HSV(B) | 195.89º | 0.73% | 1% | - |
| XYZ | 42.65 | 52.66 | 102.53 | - |
| YUV | 170.92 | 175.44 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 255 | 0.73 | 0.19 | 0 | 0 | 195.89 | 1 | 0.64 |
| Hex | 46 | CE | FF | 49 | 13 | 0 | 0 | C4 | 64 | 40 |
| Octal | 106 | 316 | 377 | 111 | 23 | 0 | 0 | 304 | 144 | 100 |
| Binary | 1000110 | 11001110 | 11111111 | 1001001 | 10011 | 0 | 0 | 11000100 | 1100100 | 1000000 |
Color Harmonies of #46CEFF
Complementary color
Monochromatic Colors of #46CEFF
Black with #46CEFF
Text Example
Text Example
White with #46CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEFF; }
p { color: rgb(70,206,255); }
H1.HeaderClassName
{
color: #46CEFF;
}
.AnyTagClassName
{
color: #46CEFF;
}
</style>
background-color css
<style>
a { background-color: #46CEFF; }
a { background-color: rgb(70,206,255); }
div.DivClassName
{
background-color: #46CEFF;
}
.BgClassName
{
background-color: #46CEFF;
}
</style>
border-color css
<style>
span { border-color: #46CEFF; }
span { border-color: rgb(70,206,255); }
td.TdClassName
{
border-color: #46CEFF;
}
.TagClassName
{
border-color: #46CEFF;
}
</style>