Shades of Summer Sky #42BEEC
Tints of Summer Sky #42BEEC
RGB
CMYK
RGB Variations
Color information
#42BEEC (or 0x42BEEC) is known color: Summer Sky. HEX triplet: 42, BE and EC. RGB value is (66,190,236). Sum of RGB (Red+Green+Blue) = 66+190+236=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #42BEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BEEC is #BD4113. Grayscale: #9D9D9D. Windows color (decimal): -12402964 or 15515202. OLE color: 15515202.
HSL color Cylindrical-coordinate representation of color #42BEEC: hue angle of 196.24º 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 #42BEEC is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 190 | 236 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.07 |
| HSL | 196.24º | 0.82% | 0.59% | - |
| HSV(B) | 196.24º | 0.72% | 0.93% | - |
| XYZ | 35.8 | 44.04 | 85.97 | - |
| YUV | 158.17 | 171.92 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 236 | 0.72 | 0.19 | 0 | 0.07 | 196.24 | 0.82 | 0.59 |
| Hex | 42 | BE | EC | 48 | 13 | 0 | 7 | C4 | 52 | 3B |
| Octal | 102 | 276 | 354 | 110 | 23 | 0 | 7 | 304 | 122 | 73 |
| Binary | 1000010 | 10111110 | 11101100 | 1001000 | 10011 | 0 | 111 | 11000100 | 1010010 | 111011 |
Color Harmonies of #42BEEC
Complementary color
Monochromatic Colors of #42BEEC
Black with #42BEEC
Text Example
Text Example
White with #42BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BEEC; }
p { color: rgb(66,190,236); }
H1.HeaderClassName
{
color: #42BEEC;
}
.AnyTagClassName
{
color: #42BEEC;
}
</style>
background-color css
<style>
a { background-color: #42BEEC; }
a { background-color: rgb(66,190,236); }
div.DivClassName
{
background-color: #42BEEC;
}
.BgClassName
{
background-color: #42BEEC;
}
</style>
border-color css
<style>
span { border-color: #42BEEC; }
span { border-color: rgb(66,190,236); }
td.TdClassName
{
border-color: #42BEEC;
}
.TagClassName
{
border-color: #42BEEC;
}
</style>