Shades of Summer Sky #42C5DC
Tints of Summer Sky #42C5DC
RGB
CMYK
RGB Variations
Color information
#42C5DC (or 0x42C5DC) is known color: Summer Sky. HEX triplet: 42, C5 and DC. RGB value is (66,197,220). Sum of RGB (Red+Green+Blue) = 66+197+220=483 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.66% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #42C5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C5DC is #BD3A23. Grayscale: #A0A0A0. Windows color (decimal): -12401188 or 14468418. OLE color: 14468418.
HSL color Cylindrical-coordinate representation of color #42C5DC: hue angle of 188.96º 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 #42C5DC is Cyan = 0.7, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 197 | 220 | - |
| CMYK | 0.7 | 0.10 | 0 | 0.14 |
| HSL | 188.96º | 0.69% | 0.56% | - |
| HSV(B) | 188.96º | 0.7% | 0.86% | - |
| XYZ | 35.13 | 46.26 | 74.79 | - |
| YUV | 160.45 | 161.6 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 220 | 0.7 | 0.10 | 0 | 0.14 | 188.96 | 0.69 | 0.56 |
| Hex | 42 | C5 | DC | 46 | A | 0 | E | BD | 45 | 38 |
| Octal | 102 | 305 | 334 | 106 | 12 | 0 | 16 | 275 | 105 | 70 |
| Binary | 1000010 | 11000101 | 11011100 | 1000110 | 1010 | 0 | 1110 | 10111101 | 1000101 | 111000 |
Color Harmonies of #42C5DC
Complementary color
Monochromatic Colors of #42C5DC
Black with #42C5DC
Text Example
Text Example
White with #42C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C5DC; }
p { color: rgb(66,197,220); }
H1.HeaderClassName
{
color: #42C5DC;
}
.AnyTagClassName
{
color: #42C5DC;
}
</style>
background-color css
<style>
a { background-color: #42C5DC; }
a { background-color: rgb(66,197,220); }
div.DivClassName
{
background-color: #42C5DC;
}
.BgClassName
{
background-color: #42C5DC;
}
</style>
border-color css
<style>
span { border-color: #42C5DC; }
span { border-color: rgb(66,197,220); }
td.TdClassName
{
border-color: #42C5DC;
}
.TagClassName
{
border-color: #42C5DC;
}
</style>