Shades of Summer Sky #42BADB
Tints of Summer Sky #42BADB
RGB
CMYK
RGB Variations
Color information
#42BADB (or 0x42BADB) is known color: Summer Sky. HEX triplet: 42, BA and DB. RGB value is (66,186,219). Sum of RGB (Red+Green+Blue) = 66+186+219=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #42BADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BADB is #BD4524. Grayscale: #999999. Windows color (decimal): -12404005 or 14400066. OLE color: 14400066.
HSL color Cylindrical-coordinate representation of color #42BADB: hue angle of 192.94º 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 #42BADB is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 186 | 219 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.14 |
| HSL | 192.94º | 0.68% | 0.56% | - |
| HSV(B) | 192.94º | 0.7% | 0.86% | - |
| XYZ | 32.59 | 41.39 | 73.29 | - |
| YUV | 153.88 | 164.74 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 219 | 0.70 | 0.15 | 0 | 0.14 | 192.94 | 0.68 | 0.56 |
| Hex | 42 | BA | DB | 46 | F | 0 | E | C1 | 44 | 38 |
| Octal | 102 | 272 | 333 | 106 | 17 | 0 | 16 | 301 | 104 | 70 |
| Binary | 1000010 | 10111010 | 11011011 | 1000110 | 1111 | 0 | 1110 | 11000001 | 1000100 | 111000 |
Color Harmonies of #42BADB
Complementary color
Monochromatic Colors of #42BADB
Black with #42BADB
Text Example
Text Example
White with #42BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BADB; }
p { color: rgb(66,186,219); }
H1.HeaderClassName
{
color: #42BADB;
}
.AnyTagClassName
{
color: #42BADB;
}
</style>
background-color css
<style>
a { background-color: #42BADB; }
a { background-color: rgb(66,186,219); }
div.DivClassName
{
background-color: #42BADB;
}
.BgClassName
{
background-color: #42BADB;
}
</style>
border-color css
<style>
span { border-color: #42BADB; }
span { border-color: rgb(66,186,219); }
td.TdClassName
{
border-color: #42BADB;
}
.TagClassName
{
border-color: #42BADB;
}
</style>