Shades of Summer Sky #42AEDD
Tints of Summer Sky #42AEDD
RGB
CMYK
RGB Variations
Color information
#42AEDD (or 0x42AEDD) is known color: Summer Sky. HEX triplet: 42, AE and DD. RGB value is (66,174,221). Sum of RGB (Red+Green+Blue) = 66+174+221=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #42AEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AEDD is #BD5122. Grayscale: #929292. Windows color (decimal): -12407075 or 14528066. OLE color: 14528066.
HSL color Cylindrical-coordinate representation of color #42AEDD: hue angle of 198.19º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42AEDD is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 174 | 221 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.13 |
| HSL | 198.19º | 0.7% | 0.56% | - |
| HSV(B) | 198.19º | 0.7% | 0.87% | - |
| XYZ | 30.43 | 36.65 | 73.88 | - |
| YUV | 147.07 | 169.72 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 221 | 0.70 | 0.21 | 0 | 0.13 | 198.19 | 0.7 | 0.56 |
| Hex | 42 | AE | DD | 46 | 15 | 0 | D | C6 | 46 | 38 |
| Octal | 102 | 256 | 335 | 106 | 25 | 0 | 15 | 306 | 106 | 70 |
| Binary | 1000010 | 10101110 | 11011101 | 1000110 | 10101 | 0 | 1101 | 11000110 | 1000110 | 111000 |
Color Harmonies of #42AEDD
Complementary color
Monochromatic Colors of #42AEDD
Black with #42AEDD
Text Example
Text Example
White with #42AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AEDD; }
p { color: rgb(66,174,221); }
H1.HeaderClassName
{
color: #42AEDD;
}
.AnyTagClassName
{
color: #42AEDD;
}
</style>
background-color css
<style>
a { background-color: #42AEDD; }
a { background-color: rgb(66,174,221); }
div.DivClassName
{
background-color: #42AEDD;
}
.BgClassName
{
background-color: #42AEDD;
}
</style>
border-color css
<style>
span { border-color: #42AEDD; }
span { border-color: rgb(66,174,221); }
td.TdClassName
{
border-color: #42AEDD;
}
.TagClassName
{
border-color: #42AEDD;
}
</style>