Shades of Summer Sky #42AEDC
Tints of Summer Sky #42AEDC
RGB
CMYK
RGB Variations
Color information
#42AEDC (or 0x42AEDC) is known color: Summer Sky. HEX triplet: 42, AE and DC. RGB value is (66,174,220). Sum of RGB (Red+Green+Blue) = 66+174+220=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #42AEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AEDC is #BD5123. Grayscale: #929292. Windows color (decimal): -12407076 or 14462530. OLE color: 14462530.
HSL color Cylindrical-coordinate representation of color #42AEDC: hue angle of 197.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42AEDC is Cyan = 0.7, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 174 | 220 | - |
| CMYK | 0.7 | 0.21 | 0 | 0.14 |
| HSL | 197.92º | 0.69% | 0.56% | - |
| HSV(B) | 197.92º | 0.7% | 0.86% | - |
| XYZ | 30.3 | 36.6 | 73.18 | - |
| YUV | 146.95 | 169.22 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 220 | 0.7 | 0.21 | 0 | 0.14 | 197.92 | 0.69 | 0.56 |
| Hex | 42 | AE | DC | 46 | 15 | 0 | E | C6 | 45 | 38 |
| Octal | 102 | 256 | 334 | 106 | 25 | 0 | 16 | 306 | 105 | 70 |
| Binary | 1000010 | 10101110 | 11011100 | 1000110 | 10101 | 0 | 1110 | 11000110 | 1000101 | 111000 |
Color Harmonies of #42AEDC
Complementary color
Monochromatic Colors of #42AEDC
Black with #42AEDC
Text Example
Text Example
White with #42AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AEDC; }
p { color: rgb(66,174,220); }
H1.HeaderClassName
{
color: #42AEDC;
}
.AnyTagClassName
{
color: #42AEDC;
}
</style>
background-color css
<style>
a { background-color: #42AEDC; }
a { background-color: rgb(66,174,220); }
div.DivClassName
{
background-color: #42AEDC;
}
.BgClassName
{
background-color: #42AEDC;
}
</style>
border-color css
<style>
span { border-color: #42AEDC; }
span { border-color: rgb(66,174,220); }
td.TdClassName
{
border-color: #42AEDC;
}
.TagClassName
{
border-color: #42AEDC;
}
</style>