Shades of Summer Sky #46C5FF
Tints of Summer Sky #46C5FF
RGB
CMYK
RGB Variations
Color information
#46C5FF (or 0x46C5FF) is known color: Summer Sky. HEX triplet: 46, C5 and FF. RGB value is (70,197,255). Sum of RGB (Red+Green+Blue) = 70+197+255=522 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.41% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #46C5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46C5FF is #B93A00. Grayscale: #A5A5A5. Windows color (decimal): -12139009 or 16762182. OLE color: 16762182.
HSL color Cylindrical-coordinate representation of color #46C5FF: hue angle of 198.81º 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 #46C5FF is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 197 | 255 | - |
| CMYK | 0.73 | 0.23 | 0 | 0 |
| HSL | 198.81º | 1% | 0.64% | - |
| HSV(B) | 198.81º | 0.73% | 1% | - |
| XYZ | 40.54 | 48.45 | 101.82 | - |
| YUV | 165.64 | 178.42 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 197 | 255 | 0.73 | 0.23 | 0 | 0 | 198.81 | 1 | 0.64 |
| Hex | 46 | C5 | FF | 49 | 17 | 0 | 0 | C7 | 64 | 40 |
| Octal | 106 | 305 | 377 | 111 | 27 | 0 | 0 | 307 | 144 | 100 |
| Binary | 1000110 | 11000101 | 11111111 | 1001001 | 10111 | 0 | 0 | 11000111 | 1100100 | 1000000 |
Color Harmonies of #46C5FF
Complementary color
Monochromatic Colors of #46C5FF
Black with #46C5FF
Text Example
Text Example
White with #46C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C5FF; }
p { color: rgb(70,197,255); }
H1.HeaderClassName
{
color: #46C5FF;
}
.AnyTagClassName
{
color: #46C5FF;
}
</style>
background-color css
<style>
a { background-color: #46C5FF; }
a { background-color: rgb(70,197,255); }
div.DivClassName
{
background-color: #46C5FF;
}
.BgClassName
{
background-color: #46C5FF;
}
</style>
border-color css
<style>
span { border-color: #46C5FF; }
span { border-color: rgb(70,197,255); }
td.TdClassName
{
border-color: #46C5FF;
}
.TagClassName
{
border-color: #46C5FF;
}
</style>