Shades of Summer Sky #46C3FE
Tints of Summer Sky #46C3FE
RGB
CMYK
RGB Variations
Color information
#46C3FE (or 0x46C3FE) is known color: Summer Sky. HEX triplet: 46, C3 and FE. RGB value is (70,195,254). Sum of RGB (Red+Green+Blue) = 70+195+254=519 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.49% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #46C3FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46C3FE is #B93C01. Grayscale: #A3A3A3. Windows color (decimal): -12139522 or 16696134. OLE color: 16696134.
HSL color Cylindrical-coordinate representation of color #46C3FE: hue angle of 199.24º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46C3FE is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 195 | 254 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.00 |
| HSL | 199.24º | 0.99% | 0.64% | - |
| HSV(B) | 199.24º | 0.72% | 1% | - |
| XYZ | 39.93 | 47.49 | 100.83 | - |
| YUV | 164.35 | 178.59 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 195 | 254 | 0.72 | 0.23 | 0 | 0.00 | 199.24 | 0.99 | 0.64 |
| Hex | 46 | C3 | FE | 48 | 17 | 0 | 0 | C7 | 63 | 40 |
| Octal | 106 | 303 | 376 | 110 | 27 | 0 | 0 | 307 | 143 | 100 |
| Binary | 1000110 | 11000011 | 11111110 | 1001000 | 10111 | 0 | 0 | 11000111 | 1100011 | 1000000 |
Color Harmonies of #46C3FE
Complementary color
Monochromatic Colors of #46C3FE
Black with #46C3FE
Text Example
Text Example
White with #46C3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C3FE; }
p { color: rgb(70,195,254); }
H1.HeaderClassName
{
color: #46C3FE;
}
.AnyTagClassName
{
color: #46C3FE;
}
</style>
background-color css
<style>
a { background-color: #46C3FE; }
a { background-color: rgb(70,195,254); }
div.DivClassName
{
background-color: #46C3FE;
}
.BgClassName
{
background-color: #46C3FE;
}
</style>
border-color css
<style>
span { border-color: #46C3FE; }
span { border-color: rgb(70,195,254); }
td.TdClassName
{
border-color: #46C3FE;
}
.TagClassName
{
border-color: #46C3FE;
}
</style>