Shades of Summer Sky #42ABDE
Tints of Summer Sky #42ABDE
RGB
CMYK
RGB Variations
Color information
#42ABDE (or 0x42ABDE) is known color: Summer Sky. HEX triplet: 42, AB and DE. RGB value is (66,171,222). Sum of RGB (Red+Green+Blue) = 66+171+222=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #42ABDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ABDE is #BD5421. Grayscale: #919191. Windows color (decimal): -12407842 or 14592834. OLE color: 14592834.
HSL color Cylindrical-coordinate representation of color #42ABDE: hue angle of 199.62º 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 #42ABDE is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 171 | 222 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.13 |
| HSL | 199.62º | 0.7% | 0.56% | - |
| HSV(B) | 199.62º | 0.7% | 0.87% | - |
| XYZ | 29.99 | 35.56 | 74.39 | - |
| YUV | 145.42 | 171.21 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 222 | 0.70 | 0.23 | 0 | 0.13 | 199.62 | 0.7 | 0.56 |
| Hex | 42 | AB | DE | 46 | 17 | 0 | D | C8 | 46 | 38 |
| Octal | 102 | 253 | 336 | 106 | 27 | 0 | 15 | 310 | 106 | 70 |
| Binary | 1000010 | 10101011 | 11011110 | 1000110 | 10111 | 0 | 1101 | 11001000 | 1000110 | 111000 |
Color Harmonies of #42ABDE
Complementary color
Monochromatic Colors of #42ABDE
Black with #42ABDE
Text Example
Text Example
White with #42ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ABDE; }
p { color: rgb(66,171,222); }
H1.HeaderClassName
{
color: #42ABDE;
}
.AnyTagClassName
{
color: #42ABDE;
}
</style>
background-color css
<style>
a { background-color: #42ABDE; }
a { background-color: rgb(66,171,222); }
div.DivClassName
{
background-color: #42ABDE;
}
.BgClassName
{
background-color: #42ABDE;
}
</style>
border-color css
<style>
span { border-color: #42ABDE; }
span { border-color: rgb(66,171,222); }
td.TdClassName
{
border-color: #42ABDE;
}
.TagClassName
{
border-color: #42ABDE;
}
</style>