Shades of Summer Sky #42C2DD
Tints of Summer Sky #42C2DD
RGB
CMYK
RGB Variations
Color information
#42C2DD (or 0x42C2DD) is known color: Summer Sky. HEX triplet: 42, C2 and DD. RGB value is (66,194,221). Sum of RGB (Red+Green+Blue) = 66+194+221=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #42C2DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C2DD is #BD3D22. Grayscale: #9E9E9E. Windows color (decimal): -12401955 or 14533186. OLE color: 14533186.
HSL color Cylindrical-coordinate representation of color #42C2DD: hue angle of 190.45º 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 #42C2DD is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 194 | 221 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.13 |
| HSL | 190.45º | 0.7% | 0.56% | - |
| HSV(B) | 190.45º | 0.7% | 0.87% | - |
| XYZ | 34.59 | 44.96 | 75.26 | - |
| YUV | 158.81 | 163.09 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 221 | 0.70 | 0.12 | 0 | 0.13 | 190.45 | 0.7 | 0.56 |
| Hex | 42 | C2 | DD | 46 | C | 0 | D | BE | 46 | 38 |
| Octal | 102 | 302 | 335 | 106 | 14 | 0 | 15 | 276 | 106 | 70 |
| Binary | 1000010 | 11000010 | 11011101 | 1000110 | 1100 | 0 | 1101 | 10111110 | 1000110 | 111000 |
Color Harmonies of #42C2DD
Complementary color
Monochromatic Colors of #42C2DD
Black with #42C2DD
Text Example
Text Example
White with #42C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C2DD; }
p { color: rgb(66,194,221); }
H1.HeaderClassName
{
color: #42C2DD;
}
.AnyTagClassName
{
color: #42C2DD;
}
</style>
background-color css
<style>
a { background-color: #42C2DD; }
a { background-color: rgb(66,194,221); }
div.DivClassName
{
background-color: #42C2DD;
}
.BgClassName
{
background-color: #42C2DD;
}
</style>
border-color css
<style>
span { border-color: #42C2DD; }
span { border-color: rgb(66,194,221); }
td.TdClassName
{
border-color: #42C2DD;
}
.TagClassName
{
border-color: #42C2DD;
}
</style>