Shades of Summer Sky #42B8EE
Tints of Summer Sky #42B8EE
RGB
CMYK
RGB Variations
Color information
#42B8EE (or 0x42B8EE) is known color: Summer Sky. HEX triplet: 42, B8 and EE. RGB value is (66,184,238). Sum of RGB (Red+Green+Blue) = 66+184+238=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #42B8EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B8EE is #BD4711. Grayscale: #9A9A9A. Windows color (decimal): -12404498 or 15644738. OLE color: 15644738.
HSL color Cylindrical-coordinate representation of color #42B8EE: hue angle of 198.84º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42B8EE is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 184 | 238 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.07 |
| HSL | 198.84º | 0.83% | 0.6% | - |
| HSV(B) | 198.84º | 0.72% | 0.93% | - |
| XYZ | 34.82 | 41.61 | 87.09 | - |
| YUV | 154.87 | 174.91 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 184 | 238 | 0.72 | 0.23 | 0 | 0.07 | 198.84 | 0.83 | 0.6 |
| Hex | 42 | B8 | EE | 48 | 17 | 0 | 7 | C7 | 53 | 3C |
| Octal | 102 | 270 | 356 | 110 | 27 | 0 | 7 | 307 | 123 | 74 |
| Binary | 1000010 | 10111000 | 11101110 | 1001000 | 10111 | 0 | 111 | 11000111 | 1010011 | 111100 |
Color Harmonies of #42B8EE
Complementary color
Monochromatic Colors of #42B8EE
Black with #42B8EE
Text Example
Text Example
White with #42B8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B8EE; }
p { color: rgb(66,184,238); }
H1.HeaderClassName
{
color: #42B8EE;
}
.AnyTagClassName
{
color: #42B8EE;
}
</style>
background-color css
<style>
a { background-color: #42B8EE; }
a { background-color: rgb(66,184,238); }
div.DivClassName
{
background-color: #42B8EE;
}
.BgClassName
{
background-color: #42B8EE;
}
</style>
border-color css
<style>
span { border-color: #42B8EE; }
span { border-color: rgb(66,184,238); }
td.TdClassName
{
border-color: #42B8EE;
}
.TagClassName
{
border-color: #42B8EE;
}
</style>