Shades of Summer Sky #42A8DB
Tints of Summer Sky #42A8DB
RGB
CMYK
RGB Variations
Color information
#42A8DB (or 0x42A8DB) is known color: Summer Sky. HEX triplet: 42, A8 and DB. RGB value is (66,168,219). Sum of RGB (Red+Green+Blue) = 66+168+219=453 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.57% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #42A8DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A8DB is #BD5724. Grayscale: #8F8F8F. Windows color (decimal): -12408613 or 14395458. OLE color: 14395458.
HSL color Cylindrical-coordinate representation of color #42A8DB: hue angle of 200º 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 #42A8DB is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 168 | 219 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.14 |
| HSL | 200º | 0.68% | 0.56% | - |
| HSV(B) | 200º | 0.7% | 0.86% | - |
| XYZ | 29.04 | 34.28 | 72.1 | - |
| YUV | 143.32 | 170.71 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 168 | 219 | 0.70 | 0.23 | 0 | 0.14 | 200 | 0.68 | 0.56 |
| Hex | 42 | A8 | DB | 46 | 17 | 0 | E | C8 | 44 | 38 |
| Octal | 102 | 250 | 333 | 106 | 27 | 0 | 16 | 310 | 104 | 70 |
| Binary | 1000010 | 10101000 | 11011011 | 1000110 | 10111 | 0 | 1110 | 11001000 | 1000100 | 111000 |
Color Harmonies of #42A8DB
Complementary color
Monochromatic Colors of #42A8DB
Black with #42A8DB
Text Example
Text Example
White with #42A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A8DB; }
p { color: rgb(66,168,219); }
H1.HeaderClassName
{
color: #42A8DB;
}
.AnyTagClassName
{
color: #42A8DB;
}
</style>
background-color css
<style>
a { background-color: #42A8DB; }
a { background-color: rgb(66,168,219); }
div.DivClassName
{
background-color: #42A8DB;
}
.BgClassName
{
background-color: #42A8DB;
}
</style>
border-color css
<style>
span { border-color: #42A8DB; }
span { border-color: rgb(66,168,219); }
td.TdClassName
{
border-color: #42A8DB;
}
.TagClassName
{
border-color: #42A8DB;
}
</style>