Shades of Summer Sky #42A3DC
Tints of Summer Sky #42A3DC
RGB
CMYK
RGB Variations
Color information
#42A3DC (or 0x42A3DC) is known color: Summer Sky. HEX triplet: 42, A3 and DC. RGB value is (66,163,220). Sum of RGB (Red+Green+Blue) = 66+163+220=449 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.70% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #42A3DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A3DC is #BD5C23. Grayscale: #8C8C8C. Windows color (decimal): -12409892 or 14459714. OLE color: 14459714.
HSL color Cylindrical-coordinate representation of color #42A3DC: hue angle of 202.21º degrees, saturation: 0.69, 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 #42A3DC is Cyan = 0.7, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 163 | 220 | - |
| CMYK | 0.7 | 0.26 | 0 | 0.14 |
| HSL | 202.21º | 0.69% | 0.56% | - |
| HSV(B) | 202.21º | 0.7% | 0.86% | - |
| XYZ | 28.26 | 32.52 | 72.5 | - |
| YUV | 140.5 | 172.86 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 163 | 220 | 0.7 | 0.26 | 0 | 0.14 | 202.21 | 0.69 | 0.56 |
| Hex | 42 | A3 | DC | 46 | 1A | 0 | E | CA | 45 | 38 |
| Octal | 102 | 243 | 334 | 106 | 32 | 0 | 16 | 312 | 105 | 70 |
| Binary | 1000010 | 10100011 | 11011100 | 1000110 | 11010 | 0 | 1110 | 11001010 | 1000101 | 111000 |
Color Harmonies of #42A3DC
Complementary color
Monochromatic Colors of #42A3DC
Black with #42A3DC
Text Example
Text Example
White with #42A3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A3DC; }
p { color: rgb(66,163,220); }
H1.HeaderClassName
{
color: #42A3DC;
}
.AnyTagClassName
{
color: #42A3DC;
}
</style>
background-color css
<style>
a { background-color: #42A3DC; }
a { background-color: rgb(66,163,220); }
div.DivClassName
{
background-color: #42A3DC;
}
.BgClassName
{
background-color: #42A3DC;
}
</style>
border-color css
<style>
span { border-color: #42A3DC; }
span { border-color: rgb(66,163,220); }
td.TdClassName
{
border-color: #42A3DC;
}
.TagClassName
{
border-color: #42A3DC;
}
</style>