Shades of Summer Sky #46BEFF
Tints of Summer Sky #46BEFF
RGB
CMYK
RGB Variations
Color information
#46BEFF (or 0x46BEFF) is known color: Summer Sky. HEX triplet: 46, BE and FF. RGB value is (70,190,255). Sum of RGB (Red+Green+Blue) = 70+190+255=515 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.59% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #46BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BEFF is #B94100. Grayscale: #A1A1A1. Windows color (decimal): -12140801 or 16760390. OLE color: 16760390.
HSL color Cylindrical-coordinate representation of color #46BEFF: hue angle of 201.08º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46BEFF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 190 | 255 | - |
| CMYK | 0.73 | 0.25 | 0 | 0 |
| HSL | 201.08º | 1% | 0.64% | - |
| HSV(B) | 201.08º | 0.73% | 1% | - |
| XYZ | 38.99 | 45.35 | 101.31 | - |
| YUV | 161.53 | 180.74 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 255 | 0.73 | 0.25 | 0 | 0 | 201.08 | 1 | 0.64 |
| Hex | 46 | BE | FF | 49 | 19 | 0 | 0 | C9 | 64 | 40 |
| Octal | 106 | 276 | 377 | 111 | 31 | 0 | 0 | 311 | 144 | 100 |
| Binary | 1000110 | 10111110 | 11111111 | 1001001 | 11001 | 0 | 0 | 11001001 | 1100100 | 1000000 |
Color Harmonies of #46BEFF
Complementary color
Monochromatic Colors of #46BEFF
Black with #46BEFF
Text Example
Text Example
White with #46BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BEFF; }
p { color: rgb(70,190,255); }
H1.HeaderClassName
{
color: #46BEFF;
}
.AnyTagClassName
{
color: #46BEFF;
}
</style>
background-color css
<style>
a { background-color: #46BEFF; }
a { background-color: rgb(70,190,255); }
div.DivClassName
{
background-color: #46BEFF;
}
.BgClassName
{
background-color: #46BEFF;
}
</style>
border-color css
<style>
span { border-color: #46BEFF; }
span { border-color: rgb(70,190,255); }
td.TdClassName
{
border-color: #46BEFF;
}
.TagClassName
{
border-color: #46BEFF;
}
</style>