Shades of Summer Sky #46C2FC
Tints of Summer Sky #46C2FC
RGB
CMYK
RGB Variations
Color information
#46C2FC (or 0x46C2FC) is known color: Summer Sky. HEX triplet: 46, C2 and FC. RGB value is (70,194,252). Sum of RGB (Red+Green+Blue) = 70+194+252=516 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.57% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #46C2FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46C2FC is #B93D03. Grayscale: #A3A3A3. Windows color (decimal): -12139780 or 16564806. OLE color: 16564806.
HSL color Cylindrical-coordinate representation of color #46C2FC: hue angle of 199.12º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46C2FC is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 194 | 252 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.01 |
| HSL | 199.12º | 0.97% | 0.63% | - |
| HSV(B) | 199.12º | 0.72% | 0.99% | - |
| XYZ | 39.39 | 46.91 | 99.07 | - |
| YUV | 163.54 | 177.92 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 194 | 252 | 0.72 | 0.23 | 0 | 0.01 | 199.12 | 0.97 | 0.63 |
| Hex | 46 | C2 | FC | 48 | 17 | 0 | 1 | C7 | 61 | 3F |
| Octal | 106 | 302 | 374 | 110 | 27 | 0 | 1 | 307 | 141 | 77 |
| Binary | 1000110 | 11000010 | 11111100 | 1001000 | 10111 | 0 | 1 | 11000111 | 1100001 | 111111 |
Color Harmonies of #46C2FC
Complementary color
Monochromatic Colors of #46C2FC
Black with #46C2FC
Text Example
Text Example
White with #46C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C2FC; }
p { color: rgb(70,194,252); }
H1.HeaderClassName
{
color: #46C2FC;
}
.AnyTagClassName
{
color: #46C2FC;
}
</style>
background-color css
<style>
a { background-color: #46C2FC; }
a { background-color: rgb(70,194,252); }
div.DivClassName
{
background-color: #46C2FC;
}
.BgClassName
{
background-color: #46C2FC;
}
</style>
border-color css
<style>
span { border-color: #46C2FC; }
span { border-color: rgb(70,194,252); }
td.TdClassName
{
border-color: #46C2FC;
}
.TagClassName
{
border-color: #46C2FC;
}
</style>