Shades of Summer Sky #46CFF2
Tints of Summer Sky #46CFF2
RGB
CMYK
RGB Variations
Color information
#46CFF2 (or 0x46CFF2) is known color: Summer Sky. HEX triplet: 46, CF and F2. RGB value is (70,207,242). Sum of RGB (Red+Green+Blue) = 70+207+242=519 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.49% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #46CFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CFF2 is #B9300D. Grayscale: #A9A9A9. Windows color (decimal): -12136462 or 15912774. OLE color: 15912774.
HSL color Cylindrical-coordinate representation of color #46CFF2: hue angle of 192.21º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46CFF2 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 207 | 242 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.05 |
| HSL | 192.21º | 0.87% | 0.61% | - |
| HSV(B) | 192.21º | 0.71% | 0.95% | - |
| XYZ | 40.87 | 52.34 | 91.95 | - |
| YUV | 170.03 | 168.61 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 242 | 0.71 | 0.14 | 0 | 0.05 | 192.21 | 0.87 | 0.61 |
| Hex | 46 | CF | F2 | 47 | E | 0 | 5 | C0 | 57 | 3D |
| Octal | 106 | 317 | 362 | 107 | 16 | 0 | 5 | 300 | 127 | 75 |
| Binary | 1000110 | 11001111 | 11110010 | 1000111 | 1110 | 0 | 101 | 11000000 | 1010111 | 111101 |
Color Harmonies of #46CFF2
Complementary color
Monochromatic Colors of #46CFF2
Black with #46CFF2
Text Example
Text Example
White with #46CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFF2; }
p { color: rgb(70,207,242); }
H1.HeaderClassName
{
color: #46CFF2;
}
.AnyTagClassName
{
color: #46CFF2;
}
</style>
background-color css
<style>
a { background-color: #46CFF2; }
a { background-color: rgb(70,207,242); }
div.DivClassName
{
background-color: #46CFF2;
}
.BgClassName
{
background-color: #46CFF2;
}
</style>
border-color css
<style>
span { border-color: #46CFF2; }
span { border-color: rgb(70,207,242); }
td.TdClassName
{
border-color: #46CFF2;
}
.TagClassName
{
border-color: #46CFF2;
}
</style>