Shades of Summer Sky #42B7EA
Tints of Summer Sky #42B7EA
RGB
CMYK
RGB Variations
Color information
#42B7EA (or 0x42B7EA) is known color: Summer Sky. HEX triplet: 42, B7 and EA. RGB value is (66,183,234). Sum of RGB (Red+Green+Blue) = 66+183+234=483 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.66% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #42B7EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B7EA is #BD4815. Grayscale: #999999. Windows color (decimal): -12404758 or 15382338. OLE color: 15382338.
HSL color Cylindrical-coordinate representation of color #42B7EA: hue angle of 198.21º degrees, saturation: 0.8, 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 #42B7EA is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 183 | 234 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.08 |
| HSL | 198.21º | 0.8% | 0.59% | - |
| HSV(B) | 198.21º | 0.72% | 0.92% | - |
| XYZ | 34.03 | 40.97 | 83.96 | - |
| YUV | 153.83 | 173.24 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 234 | 0.72 | 0.22 | 0 | 0.08 | 198.21 | 0.8 | 0.59 |
| Hex | 42 | B7 | EA | 48 | 16 | 0 | 8 | C6 | 50 | 3B |
| Octal | 102 | 267 | 352 | 110 | 26 | 0 | 10 | 306 | 120 | 73 |
| Binary | 1000010 | 10110111 | 11101010 | 1001000 | 10110 | 0 | 1000 | 11000110 | 1010000 | 111011 |
Color Harmonies of #42B7EA
Complementary color
Monochromatic Colors of #42B7EA
Black with #42B7EA
Text Example
Text Example
White with #42B7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B7EA; }
p { color: rgb(66,183,234); }
H1.HeaderClassName
{
color: #42B7EA;
}
.AnyTagClassName
{
color: #42B7EA;
}
</style>
background-color css
<style>
a { background-color: #42B7EA; }
a { background-color: rgb(66,183,234); }
div.DivClassName
{
background-color: #42B7EA;
}
.BgClassName
{
background-color: #42B7EA;
}
</style>
border-color css
<style>
span { border-color: #42B7EA; }
span { border-color: rgb(66,183,234); }
td.TdClassName
{
border-color: #42B7EA;
}
.TagClassName
{
border-color: #42B7EA;
}
</style>