Shades of Summer Sky #42A0EB
Tints of Summer Sky #42A0EB
RGB
CMYK
RGB Variations
Color information
#42A0EB (or 0x42A0EB) is known color: Summer Sky. HEX triplet: 42, A0 and EB. RGB value is (66,160,235). Sum of RGB (Red+Green+Blue) = 66+160+235=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #42A0EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A0EB is #BD5F14. Grayscale: #8C8C8C. Windows color (decimal): -12410645 or 15441986. OLE color: 15441986.
HSL color Cylindrical-coordinate representation of color #42A0EB: hue angle of 206.63º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42A0EB is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 160 | 235 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.08 |
| HSL | 206.63º | 0.81% | 0.59% | - |
| HSV(B) | 206.63º | 0.72% | 0.92% | - |
| XYZ | 29.81 | 32.3 | 83.26 | - |
| YUV | 140.44 | 181.36 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 160 | 235 | 0.72 | 0.32 | 0 | 0.08 | 206.63 | 0.81 | 0.59 |
| Hex | 42 | A0 | EB | 48 | 20 | 0 | 8 | CF | 51 | 3B |
| Octal | 102 | 240 | 353 | 110 | 40 | 0 | 10 | 317 | 121 | 73 |
| Binary | 1000010 | 10100000 | 11101011 | 1001000 | 100000 | 0 | 1000 | 11001111 | 1010001 | 111011 |
Color Harmonies of #42A0EB
Complementary color
Monochromatic Colors of #42A0EB
Black with #42A0EB
Text Example
Text Example
White with #42A0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A0EB; }
p { color: rgb(66,160,235); }
H1.HeaderClassName
{
color: #42A0EB;
}
.AnyTagClassName
{
color: #42A0EB;
}
</style>
background-color css
<style>
a { background-color: #42A0EB; }
a { background-color: rgb(66,160,235); }
div.DivClassName
{
background-color: #42A0EB;
}
.BgClassName
{
background-color: #42A0EB;
}
</style>
border-color css
<style>
span { border-color: #42A0EB; }
span { border-color: rgb(66,160,235); }
td.TdClassName
{
border-color: #42A0EB;
}
.TagClassName
{
border-color: #42A0EB;
}
</style>