Shades of Summer Sky #42ABEA
Tints of Summer Sky #42ABEA
RGB
CMYK
RGB Variations
Color information
#42ABEA (or 0x42ABEA) is known color: Summer Sky. HEX triplet: 42, AB and EA. RGB value is (66,171,234). Sum of RGB (Red+Green+Blue) = 66+171+234=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #42ABEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ABEA is #BD5415. Grayscale: #929292. Windows color (decimal): -12407830 or 15379266. OLE color: 15379266.
HSL color Cylindrical-coordinate representation of color #42ABEA: hue angle of 202.5º degrees, saturation: 0.8, 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 #42ABEA is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 171 | 234 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.08 |
| HSL | 202.5º | 0.8% | 0.59% | - |
| HSV(B) | 202.5º | 0.72% | 0.92% | - |
| XYZ | 31.66 | 36.22 | 83.17 | - |
| YUV | 146.79 | 177.21 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 234 | 0.72 | 0.27 | 0 | 0.08 | 202.5 | 0.8 | 0.59 |
| Hex | 42 | AB | EA | 48 | 1B | 0 | 8 | CA | 50 | 3B |
| Octal | 102 | 253 | 352 | 110 | 33 | 0 | 10 | 312 | 120 | 73 |
| Binary | 1000010 | 10101011 | 11101010 | 1001000 | 11011 | 0 | 1000 | 11001010 | 1010000 | 111011 |
Color Harmonies of #42ABEA
Complementary color
Monochromatic Colors of #42ABEA
Black with #42ABEA
Text Example
Text Example
White with #42ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ABEA; }
p { color: rgb(66,171,234); }
H1.HeaderClassName
{
color: #42ABEA;
}
.AnyTagClassName
{
color: #42ABEA;
}
</style>
background-color css
<style>
a { background-color: #42ABEA; }
a { background-color: rgb(66,171,234); }
div.DivClassName
{
background-color: #42ABEA;
}
.BgClassName
{
background-color: #42ABEA;
}
</style>
border-color css
<style>
span { border-color: #42ABEA; }
span { border-color: rgb(66,171,234); }
td.TdClassName
{
border-color: #42ABEA;
}
.TagClassName
{
border-color: #42ABEA;
}
</style>