Shades of Summer Sky #42AAD6
Tints of Summer Sky #42AAD6
RGB
CMYK
RGB Variations
Color information
#42AAD6 (or 0x42AAD6) is known color: Summer Sky. HEX triplet: 42, AA and D6. RGB value is (66,170,214). Sum of RGB (Red+Green+Blue) = 66+170+214=450 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.67% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #42AAD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AAD6 is #BD5529. Grayscale: #8F8F8F. Windows color (decimal): -12408106 or 14068290. OLE color: 14068290.
HSL color Cylindrical-coordinate representation of color #42AAD6: hue angle of 197.84º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42AAD6 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 170 | 214 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.16 |
| HSL | 197.84º | 0.64% | 0.55% | - |
| HSV(B) | 197.84º | 0.69% | 0.84% | - |
| XYZ | 28.76 | 34.76 | 68.81 | - |
| YUV | 143.92 | 167.54 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 214 | 0.69 | 0.21 | 0 | 0.16 | 197.84 | 0.64 | 0.55 |
| Hex | 42 | AA | D6 | 45 | 15 | 0 | 10 | C6 | 40 | 37 |
| Octal | 102 | 252 | 326 | 105 | 25 | 0 | 20 | 306 | 100 | 67 |
| Binary | 1000010 | 10101010 | 11010110 | 1000101 | 10101 | 0 | 10000 | 11000110 | 1000000 | 110111 |
Color Harmonies of #42AAD6
Complementary color
Monochromatic Colors of #42AAD6
Black with #42AAD6
Text Example
Text Example
White with #42AAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AAD6; }
p { color: rgb(66,170,214); }
H1.HeaderClassName
{
color: #42AAD6;
}
.AnyTagClassName
{
color: #42AAD6;
}
</style>
background-color css
<style>
a { background-color: #42AAD6; }
a { background-color: rgb(66,170,214); }
div.DivClassName
{
background-color: #42AAD6;
}
.BgClassName
{
background-color: #42AAD6;
}
</style>
border-color css
<style>
span { border-color: #42AAD6; }
span { border-color: rgb(66,170,214); }
td.TdClassName
{
border-color: #42AAD6;
}
.TagClassName
{
border-color: #42AAD6;
}
</style>