Shades of Summer Sky #42B9EF
Tints of Summer Sky #42B9EF
RGB
CMYK
RGB Variations
Color information
#42B9EF (or 0x42B9EF) is known color: Summer Sky. HEX triplet: 42, B9 and EF. RGB value is (66,185,239). Sum of RGB (Red+Green+Blue) = 66+185+239=490 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.47% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #42B9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B9EF is #BD4610. Grayscale: #9B9B9B. Windows color (decimal): -12404241 or 15710530. OLE color: 15710530.
HSL color Cylindrical-coordinate representation of color #42B9EF: hue angle of 198.73º 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 #42B9EF is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 185 | 239 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.06 |
| HSL | 198.73º | 0.84% | 0.6% | - |
| HSV(B) | 198.73º | 0.72% | 0.94% | - |
| XYZ | 35.18 | 42.09 | 87.93 | - |
| YUV | 155.58 | 175.08 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 239 | 0.72 | 0.23 | 0 | 0.06 | 198.73 | 0.84 | 0.6 |
| Hex | 42 | B9 | EF | 48 | 17 | 0 | 6 | C7 | 54 | 3C |
| Octal | 102 | 271 | 357 | 110 | 27 | 0 | 6 | 307 | 124 | 74 |
| Binary | 1000010 | 10111001 | 11101111 | 1001000 | 10111 | 0 | 110 | 11000111 | 1010100 | 111100 |
Color Harmonies of #42B9EF
Complementary color
Monochromatic Colors of #42B9EF
Black with #42B9EF
Text Example
Text Example
White with #42B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B9EF; }
p { color: rgb(66,185,239); }
H1.HeaderClassName
{
color: #42B9EF;
}
.AnyTagClassName
{
color: #42B9EF;
}
</style>
background-color css
<style>
a { background-color: #42B9EF; }
a { background-color: rgb(66,185,239); }
div.DivClassName
{
background-color: #42B9EF;
}
.BgClassName
{
background-color: #42B9EF;
}
</style>
border-color css
<style>
span { border-color: #42B9EF; }
span { border-color: rgb(66,185,239); }
td.TdClassName
{
border-color: #42B9EF;
}
.TagClassName
{
border-color: #42B9EF;
}
</style>