Shades of Summer Sky #46BFE0
Tints of Summer Sky #46BFE0
RGB
CMYK
RGB Variations
Color information
#46BFE0 (or 0x46BFE0) is known color: Summer Sky. HEX triplet: 46, BF and E0. RGB value is (70,191,224). Sum of RGB (Red+Green+Blue) = 70+191+224=485 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.43% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #46BFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BFE0 is #B9401F. Grayscale: #9E9E9E. Windows color (decimal): -12140576 or 14729030. OLE color: 14729030.
HSL color Cylindrical-coordinate representation of color #46BFE0: hue angle of 192.86º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46BFE0 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 191 | 224 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.12 |
| HSL | 192.86º | 0.71% | 0.58% | - |
| HSV(B) | 192.86º | 0.69% | 0.88% | - |
| XYZ | 34.61 | 43.95 | 77.18 | - |
| YUV | 158.58 | 164.91 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 191 | 224 | 0.69 | 0.15 | 0 | 0.12 | 192.86 | 0.71 | 0.58 |
| Hex | 46 | BF | E0 | 45 | F | 0 | C | C1 | 47 | 3A |
| Octal | 106 | 277 | 340 | 105 | 17 | 0 | 14 | 301 | 107 | 72 |
| Binary | 1000110 | 10111111 | 11100000 | 1000101 | 1111 | 0 | 1100 | 11000001 | 1000111 | 111010 |
Color Harmonies of #46BFE0
Complementary color
Monochromatic Colors of #46BFE0
Black with #46BFE0
Text Example
Text Example
White with #46BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BFE0; }
p { color: rgb(70,191,224); }
H1.HeaderClassName
{
color: #46BFE0;
}
.AnyTagClassName
{
color: #46BFE0;
}
</style>
background-color css
<style>
a { background-color: #46BFE0; }
a { background-color: rgb(70,191,224); }
div.DivClassName
{
background-color: #46BFE0;
}
.BgClassName
{
background-color: #46BFE0;
}
</style>
border-color css
<style>
span { border-color: #46BFE0; }
span { border-color: rgb(70,191,224); }
td.TdClassName
{
border-color: #46BFE0;
}
.TagClassName
{
border-color: #46BFE0;
}
</style>