Shades of Summer Sky #46CDFF
Tints of Summer Sky #46CDFF
RGB
CMYK
RGB Variations
Color information
#46CDFF (or 0x46CDFF) is known color: Summer Sky. HEX triplet: 46, CD and FF. RGB value is (70,205,255). Sum of RGB (Red+Green+Blue) = 70+205+255=530 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.21% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #46CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CDFF is #B93200. Grayscale: #AAAAAA. Windows color (decimal): -12136961 or 16764230. OLE color: 16764230.
HSL color Cylindrical-coordinate representation of color #46CDFF: hue angle of 196.22º 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 #46CDFF is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 205 | 255 | - |
| CMYK | 0.73 | 0.20 | 0 | 0 |
| HSL | 196.22º | 1% | 0.64% | - |
| HSV(B) | 196.22º | 0.73% | 1% | - |
| XYZ | 42.41 | 52.18 | 102.45 | - |
| YUV | 170.34 | 175.77 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 255 | 0.73 | 0.20 | 0 | 0 | 196.22 | 1 | 0.64 |
| Hex | 46 | CD | FF | 49 | 14 | 0 | 0 | C4 | 64 | 40 |
| Octal | 106 | 315 | 377 | 111 | 24 | 0 | 0 | 304 | 144 | 100 |
| Binary | 1000110 | 11001101 | 11111111 | 1001001 | 10100 | 0 | 0 | 11000100 | 1100100 | 1000000 |
Color Harmonies of #46CDFF
Complementary color
Monochromatic Colors of #46CDFF
Black with #46CDFF
Text Example
Text Example
White with #46CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CDFF; }
p { color: rgb(70,205,255); }
H1.HeaderClassName
{
color: #46CDFF;
}
.AnyTagClassName
{
color: #46CDFF;
}
</style>
background-color css
<style>
a { background-color: #46CDFF; }
a { background-color: rgb(70,205,255); }
div.DivClassName
{
background-color: #46CDFF;
}
.BgClassName
{
background-color: #46CDFF;
}
</style>
border-color css
<style>
span { border-color: #46CDFF; }
span { border-color: rgb(70,205,255); }
td.TdClassName
{
border-color: #46CDFF;
}
.TagClassName
{
border-color: #46CDFF;
}
</style>