Shades of Summer Sky #42A8DE
Tints of Summer Sky #42A8DE
RGB
CMYK
RGB Variations
Color information
#42A8DE (or 0x42A8DE) is known color: Summer Sky. HEX triplet: 42, A8 and DE. RGB value is (66,168,222). Sum of RGB (Red+Green+Blue) = 66+168+222=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #42A8DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A8DE is #BD5721. Grayscale: #8F8F8F. Windows color (decimal): -12408610 or 14592066. OLE color: 14592066.
HSL color Cylindrical-coordinate representation of color #42A8DE: hue angle of 200.77º 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 #42A8DE is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 168 | 222 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.13 |
| HSL | 200.77º | 0.7% | 0.56% | - |
| HSV(B) | 200.77º | 0.7% | 0.87% | - |
| XYZ | 29.43 | 34.44 | 74.2 | - |
| YUV | 143.66 | 172.21 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 168 | 222 | 0.70 | 0.24 | 0 | 0.13 | 200.77 | 0.7 | 0.56 |
| Hex | 42 | A8 | DE | 46 | 18 | 0 | D | C9 | 46 | 38 |
| Octal | 102 | 250 | 336 | 106 | 30 | 0 | 15 | 311 | 106 | 70 |
| Binary | 1000010 | 10101000 | 11011110 | 1000110 | 11000 | 0 | 1101 | 11001001 | 1000110 | 111000 |
Color Harmonies of #42A8DE
Complementary color
Monochromatic Colors of #42A8DE
Black with #42A8DE
Text Example
Text Example
White with #42A8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A8DE; }
p { color: rgb(66,168,222); }
H1.HeaderClassName
{
color: #42A8DE;
}
.AnyTagClassName
{
color: #42A8DE;
}
</style>
background-color css
<style>
a { background-color: #42A8DE; }
a { background-color: rgb(66,168,222); }
div.DivClassName
{
background-color: #42A8DE;
}
.BgClassName
{
background-color: #42A8DE;
}
</style>
border-color css
<style>
span { border-color: #42A8DE; }
span { border-color: rgb(66,168,222); }
td.TdClassName
{
border-color: #42A8DE;
}
.TagClassName
{
border-color: #42A8DE;
}
</style>