Shades of Summer Sky #42C2EF
Tints of Summer Sky #42C2EF
RGB
CMYK
RGB Variations
Color information
#42C2EF (or 0x42C2EF) is known color: Summer Sky. HEX triplet: 42, C2 and EF. RGB value is (66,194,239). Sum of RGB (Red+Green+Blue) = 66+194+239=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #42C2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C2EF is #BD3D10. Grayscale: #A0A0A0. Windows color (decimal): -12401937 or 15712834. OLE color: 15712834.
HSL color Cylindrical-coordinate representation of color #42C2EF: hue angle of 195.61º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42C2EF is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 194 | 239 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.06 |
| HSL | 195.61º | 0.84% | 0.6% | - |
| HSV(B) | 195.61º | 0.72% | 0.94% | - |
| XYZ | 37.12 | 45.97 | 88.58 | - |
| YUV | 160.86 | 172.09 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 239 | 0.72 | 0.19 | 0 | 0.06 | 195.61 | 0.84 | 0.6 |
| Hex | 42 | C2 | EF | 48 | 13 | 0 | 6 | C4 | 54 | 3C |
| Octal | 102 | 302 | 357 | 110 | 23 | 0 | 6 | 304 | 124 | 74 |
| Binary | 1000010 | 11000010 | 11101111 | 1001000 | 10011 | 0 | 110 | 11000100 | 1010100 | 111100 |
Color Harmonies of #42C2EF
Complementary color
Monochromatic Colors of #42C2EF
Black with #42C2EF
Text Example
Text Example
White with #42C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C2EF; }
p { color: rgb(66,194,239); }
H1.HeaderClassName
{
color: #42C2EF;
}
.AnyTagClassName
{
color: #42C2EF;
}
</style>
background-color css
<style>
a { background-color: #42C2EF; }
a { background-color: rgb(66,194,239); }
div.DivClassName
{
background-color: #42C2EF;
}
.BgClassName
{
background-color: #42C2EF;
}
</style>
border-color css
<style>
span { border-color: #42C2EF; }
span { border-color: rgb(66,194,239); }
td.TdClassName
{
border-color: #42C2EF;
}
.TagClassName
{
border-color: #42C2EF;
}
</style>