Shades of Summer Sky #46CDEF
Tints of Summer Sky #46CDEF
RGB
CMYK
RGB Variations
Color information
#46CDEF (or 0x46CDEF) is known color: Summer Sky. HEX triplet: 46, CD and EF. RGB value is (70,205,239). Sum of RGB (Red+Green+Blue) = 70+205+239=514 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.62% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #46CDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CDEF is #B93210. Grayscale: #A8A8A8. Windows color (decimal): -12136977 or 15715654. OLE color: 15715654.
HSL color Cylindrical-coordinate representation of color #46CDEF: hue angle of 192.07º 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 #46CDEF is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 205 | 239 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.06 |
| HSL | 192.07º | 0.84% | 0.61% | - |
| HSV(B) | 192.07º | 0.71% | 0.94% | - |
| XYZ | 39.94 | 51.2 | 89.44 | - |
| YUV | 168.51 | 167.77 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 239 | 0.71 | 0.14 | 0 | 0.06 | 192.07 | 0.84 | 0.61 |
| Hex | 46 | CD | EF | 47 | E | 0 | 6 | C0 | 54 | 3D |
| Octal | 106 | 315 | 357 | 107 | 16 | 0 | 6 | 300 | 124 | 75 |
| Binary | 1000110 | 11001101 | 11101111 | 1000111 | 1110 | 0 | 110 | 11000000 | 1010100 | 111101 |
Color Harmonies of #46CDEF
Complementary color
Monochromatic Colors of #46CDEF
Black with #46CDEF
Text Example
Text Example
White with #46CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CDEF; }
p { color: rgb(70,205,239); }
H1.HeaderClassName
{
color: #46CDEF;
}
.AnyTagClassName
{
color: #46CDEF;
}
</style>
background-color css
<style>
a { background-color: #46CDEF; }
a { background-color: rgb(70,205,239); }
div.DivClassName
{
background-color: #46CDEF;
}
.BgClassName
{
background-color: #46CDEF;
}
</style>
border-color css
<style>
span { border-color: #46CDEF; }
span { border-color: rgb(70,205,239); }
td.TdClassName
{
border-color: #46CDEF;
}
.TagClassName
{
border-color: #46CDEF;
}
</style>