Shades of Summer Sky #46CEF1
Tints of Summer Sky #46CEF1
RGB
CMYK
RGB Variations
Color information
#46CEF1 (or 0x46CEF1) is known color: Summer Sky. HEX triplet: 46, CE and F1. RGB value is (70,206,241). Sum of RGB (Red+Green+Blue) = 70+206+241=517 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.54% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #46CEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CEF1 is #B9310E. Grayscale: #A9A9A9. Windows color (decimal): -12136719 or 15846982. OLE color: 15846982.
HSL color Cylindrical-coordinate representation of color #46CEF1: hue angle of 192.28º degrees, saturation: 0.86, 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 #46CEF1 is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 206 | 241 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.05 |
| HSL | 192.28º | 0.86% | 0.61% | - |
| HSV(B) | 192.28º | 0.71% | 0.95% | - |
| XYZ | 40.47 | 51.8 | 91.08 | - |
| YUV | 169.33 | 168.44 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 241 | 0.71 | 0.15 | 0 | 0.05 | 192.28 | 0.86 | 0.61 |
| Hex | 46 | CE | F1 | 47 | F | 0 | 5 | C0 | 56 | 3D |
| Octal | 106 | 316 | 361 | 107 | 17 | 0 | 5 | 300 | 126 | 75 |
| Binary | 1000110 | 11001110 | 11110001 | 1000111 | 1111 | 0 | 101 | 11000000 | 1010110 | 111101 |
Color Harmonies of #46CEF1
Complementary color
Monochromatic Colors of #46CEF1
Black with #46CEF1
Text Example
Text Example
White with #46CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEF1; }
p { color: rgb(70,206,241); }
H1.HeaderClassName
{
color: #46CEF1;
}
.AnyTagClassName
{
color: #46CEF1;
}
</style>
background-color css
<style>
a { background-color: #46CEF1; }
a { background-color: rgb(70,206,241); }
div.DivClassName
{
background-color: #46CEF1;
}
.BgClassName
{
background-color: #46CEF1;
}
</style>
border-color css
<style>
span { border-color: #46CEF1; }
span { border-color: rgb(70,206,241); }
td.TdClassName
{
border-color: #46CEF1;
}
.TagClassName
{
border-color: #46CEF1;
}
</style>