Shades of Summer Sky #42ADD5
Tints of Summer Sky #42ADD5
RGB
CMYK
RGB Variations
Color information
#42ADD5 (or 0x42ADD5) is known color: Summer Sky. HEX triplet: 42, AD and D5. RGB value is (66,173,213). Sum of RGB (Red+Green+Blue) = 66+173+213=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #42ADD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ADD5 is #BD522A. Grayscale: #919191. Windows color (decimal): -12407339 or 14003522. OLE color: 14003522.
HSL color Cylindrical-coordinate representation of color #42ADD5: hue angle of 196.33º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42ADD5 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 173 | 213 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.16 |
| HSL | 196.33º | 0.64% | 0.55% | - |
| HSV(B) | 196.33º | 0.69% | 0.84% | - |
| XYZ | 29.2 | 35.85 | 68.33 | - |
| YUV | 145.57 | 166.05 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 213 | 0.69 | 0.19 | 0 | 0.16 | 196.33 | 0.64 | 0.55 |
| Hex | 42 | AD | D5 | 45 | 13 | 0 | 10 | C4 | 40 | 37 |
| Octal | 102 | 255 | 325 | 105 | 23 | 0 | 20 | 304 | 100 | 67 |
| Binary | 1000010 | 10101101 | 11010101 | 1000101 | 10011 | 0 | 10000 | 11000100 | 1000000 | 110111 |
Color Harmonies of #42ADD5
Complementary color
Monochromatic Colors of #42ADD5
Black with #42ADD5
Text Example
Text Example
White with #42ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ADD5; }
p { color: rgb(66,173,213); }
H1.HeaderClassName
{
color: #42ADD5;
}
.AnyTagClassName
{
color: #42ADD5;
}
</style>
background-color css
<style>
a { background-color: #42ADD5; }
a { background-color: rgb(66,173,213); }
div.DivClassName
{
background-color: #42ADD5;
}
.BgClassName
{
background-color: #42ADD5;
}
</style>
border-color css
<style>
span { border-color: #42ADD5; }
span { border-color: rgb(66,173,213); }
td.TdClassName
{
border-color: #42ADD5;
}
.TagClassName
{
border-color: #42ADD5;
}
</style>