Shades of Summer Sky #46C7FA
Tints of Summer Sky #46C7FA
RGB
CMYK
RGB Variations
Color information
#46C7FA (or 0x46C7FA) is known color: Summer Sky. HEX triplet: 46, C7 and FA. RGB value is (70,199,250). Sum of RGB (Red+Green+Blue) = 70+199+250=519 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.49% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #46C7FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46C7FA is #B93805. Grayscale: #A5A5A5. Windows color (decimal): -12138502 or 16435014. OLE color: 16435014.
HSL color Cylindrical-coordinate representation of color #46C7FA: hue angle of 197º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46C7FA is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 199 | 250 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.02 |
| HSL | 197º | 0.95% | 0.63% | - |
| HSV(B) | 197º | 0.72% | 0.98% | - |
| XYZ | 40.2 | 49.05 | 97.79 | - |
| YUV | 166.24 | 175.26 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 199 | 250 | 0.72 | 0.20 | 0 | 0.02 | 197 | 0.95 | 0.63 |
| Hex | 46 | C7 | FA | 48 | 14 | 0 | 2 | C5 | 5F | 3F |
| Octal | 106 | 307 | 372 | 110 | 24 | 0 | 2 | 305 | 137 | 77 |
| Binary | 1000110 | 11000111 | 11111010 | 1001000 | 10100 | 0 | 10 | 11000101 | 1011111 | 111111 |
Color Harmonies of #46C7FA
Complementary color
Monochromatic Colors of #46C7FA
Black with #46C7FA
Text Example
Text Example
White with #46C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C7FA; }
p { color: rgb(70,199,250); }
H1.HeaderClassName
{
color: #46C7FA;
}
.AnyTagClassName
{
color: #46C7FA;
}
</style>
background-color css
<style>
a { background-color: #46C7FA; }
a { background-color: rgb(70,199,250); }
div.DivClassName
{
background-color: #46C7FA;
}
.BgClassName
{
background-color: #46C7FA;
}
</style>
border-color css
<style>
span { border-color: #46C7FA; }
span { border-color: rgb(70,199,250); }
td.TdClassName
{
border-color: #46C7FA;
}
.TagClassName
{
border-color: #46C7FA;
}
</style>