Shades of Summer Sky #42A9DE
Tints of Summer Sky #42A9DE
RGB
CMYK
RGB Variations
Color information
#42A9DE (or 0x42A9DE) is known color: Summer Sky. HEX triplet: 42, A9 and DE. RGB value is (66,169,222). Sum of RGB (Red+Green+Blue) = 66+169+222=457 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.44% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #42A9DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A9DE is #BD5621. Grayscale: #8F8F8F. Windows color (decimal): -12408354 or 14592322. OLE color: 14592322.
HSL color Cylindrical-coordinate representation of color #42A9DE: hue angle of 200.38º 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 #42A9DE is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 169 | 222 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.13 |
| HSL | 200.38º | 0.7% | 0.56% | - |
| HSV(B) | 200.38º | 0.7% | 0.87% | - |
| XYZ | 29.62 | 34.81 | 74.26 | - |
| YUV | 144.25 | 171.88 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 222 | 0.70 | 0.24 | 0 | 0.13 | 200.38 | 0.7 | 0.56 |
| Hex | 42 | A9 | DE | 46 | 18 | 0 | D | C8 | 46 | 38 |
| Octal | 102 | 251 | 336 | 106 | 30 | 0 | 15 | 310 | 106 | 70 |
| Binary | 1000010 | 10101001 | 11011110 | 1000110 | 11000 | 0 | 1101 | 11001000 | 1000110 | 111000 |
Color Harmonies of #42A9DE
Complementary color
Monochromatic Colors of #42A9DE
Black with #42A9DE
Text Example
Text Example
White with #42A9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A9DE; }
p { color: rgb(66,169,222); }
H1.HeaderClassName
{
color: #42A9DE;
}
.AnyTagClassName
{
color: #42A9DE;
}
</style>
background-color css
<style>
a { background-color: #42A9DE; }
a { background-color: rgb(66,169,222); }
div.DivClassName
{
background-color: #42A9DE;
}
.BgClassName
{
background-color: #42A9DE;
}
</style>
border-color css
<style>
span { border-color: #42A9DE; }
span { border-color: rgb(66,169,222); }
td.TdClassName
{
border-color: #42A9DE;
}
.TagClassName
{
border-color: #42A9DE;
}
</style>