Shades of Summer Sky #42B8EF
Tints of Summer Sky #42B8EF
RGB
CMYK
RGB Variations
Color information
#42B8EF (or 0x42B8EF) is known color: Summer Sky. HEX triplet: 42, B8 and EF. RGB value is (66,184,239). Sum of RGB (Red+Green+Blue) = 66+184+239=489 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.50% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #42B8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B8EF is #BD4710. Grayscale: #9A9A9A. Windows color (decimal): -12404497 or 15710274. OLE color: 15710274.
HSL color Cylindrical-coordinate representation of color #42B8EF: hue angle of 199.08º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42B8EF is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 184 | 239 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.06 |
| HSL | 199.08º | 0.84% | 0.6% | - |
| HSV(B) | 199.08º | 0.72% | 0.94% | - |
| XYZ | 34.97 | 41.67 | 87.86 | - |
| YUV | 154.99 | 175.41 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 184 | 239 | 0.72 | 0.23 | 0 | 0.06 | 199.08 | 0.84 | 0.6 |
| Hex | 42 | B8 | EF | 48 | 17 | 0 | 6 | C7 | 54 | 3C |
| Octal | 102 | 270 | 357 | 110 | 27 | 0 | 6 | 307 | 124 | 74 |
| Binary | 1000010 | 10111000 | 11101111 | 1001000 | 10111 | 0 | 110 | 11000111 | 1010100 | 111100 |
Color Harmonies of #42B8EF
Complementary color
Monochromatic Colors of #42B8EF
Black with #42B8EF
Text Example
Text Example
White with #42B8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B8EF; }
p { color: rgb(66,184,239); }
H1.HeaderClassName
{
color: #42B8EF;
}
.AnyTagClassName
{
color: #42B8EF;
}
</style>
background-color css
<style>
a { background-color: #42B8EF; }
a { background-color: rgb(66,184,239); }
div.DivClassName
{
background-color: #42B8EF;
}
.BgClassName
{
background-color: #42B8EF;
}
</style>
border-color css
<style>
span { border-color: #42B8EF; }
span { border-color: rgb(66,184,239); }
td.TdClassName
{
border-color: #42B8EF;
}
.TagClassName
{
border-color: #42B8EF;
}
</style>