Shades of Summer Sky #42AADB
Tints of Summer Sky #42AADB
RGB
CMYK
RGB Variations
Color information
#42AADB (or 0x42AADB) is known color: Summer Sky. HEX triplet: 42, AA and DB. RGB value is (66,170,219). Sum of RGB (Red+Green+Blue) = 66+170+219=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #42AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AADB is #BD5524. Grayscale: #909090. Windows color (decimal): -12408101 or 14395970. OLE color: 14395970.
HSL color Cylindrical-coordinate representation of color #42AADB: hue angle of 199.22º degrees, saturation: 0.68, 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 #42AADB is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 170 | 219 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.14 |
| HSL | 199.22º | 0.68% | 0.56% | - |
| HSV(B) | 199.22º | 0.7% | 0.86% | - |
| XYZ | 29.41 | 35.02 | 72.23 | - |
| YUV | 144.49 | 170.04 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 219 | 0.70 | 0.22 | 0 | 0.14 | 199.22 | 0.68 | 0.56 |
| Hex | 42 | AA | DB | 46 | 16 | 0 | E | C7 | 44 | 38 |
| Octal | 102 | 252 | 333 | 106 | 26 | 0 | 16 | 307 | 104 | 70 |
| Binary | 1000010 | 10101010 | 11011011 | 1000110 | 10110 | 0 | 1110 | 11000111 | 1000100 | 111000 |
Color Harmonies of #42AADB
Complementary color
Monochromatic Colors of #42AADB
Black with #42AADB
Text Example
Text Example
White with #42AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AADB; }
p { color: rgb(66,170,219); }
H1.HeaderClassName
{
color: #42AADB;
}
.AnyTagClassName
{
color: #42AADB;
}
</style>
background-color css
<style>
a { background-color: #42AADB; }
a { background-color: rgb(66,170,219); }
div.DivClassName
{
background-color: #42AADB;
}
.BgClassName
{
background-color: #42AADB;
}
</style>
border-color css
<style>
span { border-color: #42AADB; }
span { border-color: rgb(66,170,219); }
td.TdClassName
{
border-color: #42AADB;
}
.TagClassName
{
border-color: #42AADB;
}
</style>