Shades of Summer Sky #42A9EF
Tints of Summer Sky #42A9EF
RGB
CMYK
RGB Variations
Color information
#42A9EF (or 0x42A9EF) is known color: Summer Sky. HEX triplet: 42, A9 and EF. RGB value is (66,169,239). Sum of RGB (Red+Green+Blue) = 66+169+239=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #42A9EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A9EF is #BD5610. Grayscale: #919191. Windows color (decimal): -12408337 or 15706434. OLE color: 15706434.
HSL color Cylindrical-coordinate representation of color #42A9EF: hue angle of 204.28º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42A9EF is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 169 | 239 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.06 |
| HSL | 204.28º | 0.84% | 0.6% | - |
| HSV(B) | 204.28º | 0.72% | 0.94% | - |
| XYZ | 32.01 | 35.77 | 86.88 | - |
| YUV | 146.18 | 180.38 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 239 | 0.72 | 0.29 | 0 | 0.06 | 204.28 | 0.84 | 0.6 |
| Hex | 42 | A9 | EF | 48 | 1D | 0 | 6 | CC | 54 | 3C |
| Octal | 102 | 251 | 357 | 110 | 35 | 0 | 6 | 314 | 124 | 74 |
| Binary | 1000010 | 10101001 | 11101111 | 1001000 | 11101 | 0 | 110 | 11001100 | 1010100 | 111100 |
Color Harmonies of #42A9EF
Complementary color
Monochromatic Colors of #42A9EF
Black with #42A9EF
Text Example
Text Example
White with #42A9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A9EF; }
p { color: rgb(66,169,239); }
H1.HeaderClassName
{
color: #42A9EF;
}
.AnyTagClassName
{
color: #42A9EF;
}
</style>
background-color css
<style>
a { background-color: #42A9EF; }
a { background-color: rgb(66,169,239); }
div.DivClassName
{
background-color: #42A9EF;
}
.BgClassName
{
background-color: #42A9EF;
}
</style>
border-color css
<style>
span { border-color: #42A9EF; }
span { border-color: rgb(66,169,239); }
td.TdClassName
{
border-color: #42A9EF;
}
.TagClassName
{
border-color: #42A9EF;
}
</style>