Shades of Summer Sky #42C2EB
Tints of Summer Sky #42C2EB
RGB
CMYK
RGB Variations
Color information
#42C2EB (or 0x42C2EB) is known color: Summer Sky. HEX triplet: 42, C2 and EB. RGB value is (66,194,235). Sum of RGB (Red+Green+Blue) = 66+194+235=495 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.33% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #42C2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C2EB is #BD3D14. Grayscale: #A0A0A0. Windows color (decimal): -12401941 or 15450690. OLE color: 15450690.
HSL color Cylindrical-coordinate representation of color #42C2EB: hue angle of 194.56º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42C2EB is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 194 | 235 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.08 |
| HSL | 194.56º | 0.81% | 0.59% | - |
| HSV(B) | 194.56º | 0.72% | 0.92% | - |
| XYZ | 36.53 | 45.74 | 85.5 | - |
| YUV | 160.4 | 170.09 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 235 | 0.72 | 0.17 | 0 | 0.08 | 194.56 | 0.81 | 0.59 |
| Hex | 42 | C2 | EB | 48 | 11 | 0 | 8 | C3 | 51 | 3B |
| Octal | 102 | 302 | 353 | 110 | 21 | 0 | 10 | 303 | 121 | 73 |
| Binary | 1000010 | 11000010 | 11101011 | 1001000 | 10001 | 0 | 1000 | 11000011 | 1010001 | 111011 |
Color Harmonies of #42C2EB
Complementary color
Monochromatic Colors of #42C2EB
Black with #42C2EB
Text Example
Text Example
White with #42C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C2EB; }
p { color: rgb(66,194,235); }
H1.HeaderClassName
{
color: #42C2EB;
}
.AnyTagClassName
{
color: #42C2EB;
}
</style>
background-color css
<style>
a { background-color: #42C2EB; }
a { background-color: rgb(66,194,235); }
div.DivClassName
{
background-color: #42C2EB;
}
.BgClassName
{
background-color: #42C2EB;
}
</style>
border-color css
<style>
span { border-color: #42C2EB; }
span { border-color: rgb(66,194,235); }
td.TdClassName
{
border-color: #42C2EB;
}
.TagClassName
{
border-color: #42C2EB;
}
</style>