Shades of Summer Sky #42BADC
Tints of Summer Sky #42BADC
RGB
CMYK
RGB Variations
Color information
#42BADC (or 0x42BADC) is known color: Summer Sky. HEX triplet: 42, BA and DC. RGB value is (66,186,220). Sum of RGB (Red+Green+Blue) = 66+186+220=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #42BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BADC is #BD4523. Grayscale: #999999. Windows color (decimal): -12404004 or 14465602. OLE color: 14465602.
HSL color Cylindrical-coordinate representation of color #42BADC: hue angle of 193.25º 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 #42BADC is Cyan = 0.7, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 186 | 220 | - |
| CMYK | 0.7 | 0.15 | 0 | 0.14 |
| HSL | 193.25º | 0.69% | 0.56% | - |
| HSV(B) | 193.25º | 0.7% | 0.86% | - |
| XYZ | 32.72 | 41.44 | 73.98 | - |
| YUV | 154 | 165.24 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 220 | 0.7 | 0.15 | 0 | 0.14 | 193.25 | 0.69 | 0.56 |
| Hex | 42 | BA | DC | 46 | F | 0 | E | C1 | 45 | 38 |
| Octal | 102 | 272 | 334 | 106 | 17 | 0 | 16 | 301 | 105 | 70 |
| Binary | 1000010 | 10111010 | 11011100 | 1000110 | 1111 | 0 | 1110 | 11000001 | 1000101 | 111000 |
Color Harmonies of #42BADC
Complementary color
Monochromatic Colors of #42BADC
Black with #42BADC
Text Example
Text Example
White with #42BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BADC; }
p { color: rgb(66,186,220); }
H1.HeaderClassName
{
color: #42BADC;
}
.AnyTagClassName
{
color: #42BADC;
}
</style>
background-color css
<style>
a { background-color: #42BADC; }
a { background-color: rgb(66,186,220); }
div.DivClassName
{
background-color: #42BADC;
}
.BgClassName
{
background-color: #42BADC;
}
</style>
border-color css
<style>
span { border-color: #42BADC; }
span { border-color: rgb(66,186,220); }
td.TdClassName
{
border-color: #42BADC;
}
.TagClassName
{
border-color: #42BADC;
}
</style>