Shades of Summer Sky #42B4EC
Tints of Summer Sky #42B4EC
RGB
CMYK
RGB Variations
Color information
#42B4EC (or 0x42B4EC) is known color: Summer Sky. HEX triplet: 42, B4 and EC. RGB value is (66,180,236). Sum of RGB (Red+Green+Blue) = 66+180+236=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #42B4EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B4EC is #BD4B13. Grayscale: #979797. Windows color (decimal): -12405524 or 15512642. OLE color: 15512642.
HSL color Cylindrical-coordinate representation of color #42B4EC: hue angle of 199.76º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42B4EC is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 180 | 236 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.07 |
| HSL | 199.76º | 0.82% | 0.59% | - |
| HSV(B) | 199.76º | 0.72% | 0.93% | - |
| XYZ | 33.71 | 39.86 | 85.27 | - |
| YUV | 152.3 | 175.23 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 236 | 0.72 | 0.24 | 0 | 0.07 | 199.76 | 0.82 | 0.59 |
| Hex | 42 | B4 | EC | 48 | 18 | 0 | 7 | C8 | 52 | 3B |
| Octal | 102 | 264 | 354 | 110 | 30 | 0 | 7 | 310 | 122 | 73 |
| Binary | 1000010 | 10110100 | 11101100 | 1001000 | 11000 | 0 | 111 | 11001000 | 1010010 | 111011 |
Color Harmonies of #42B4EC
Complementary color
Monochromatic Colors of #42B4EC
Black with #42B4EC
Text Example
Text Example
White with #42B4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B4EC; }
p { color: rgb(66,180,236); }
H1.HeaderClassName
{
color: #42B4EC;
}
.AnyTagClassName
{
color: #42B4EC;
}
</style>
background-color css
<style>
a { background-color: #42B4EC; }
a { background-color: rgb(66,180,236); }
div.DivClassName
{
background-color: #42B4EC;
}
.BgClassName
{
background-color: #42B4EC;
}
</style>
border-color css
<style>
span { border-color: #42B4EC; }
span { border-color: rgb(66,180,236); }
td.TdClassName
{
border-color: #42B4EC;
}
.TagClassName
{
border-color: #42B4EC;
}
</style>