Shades of Summer Sky #42B5EF
Tints of Summer Sky #42B5EF
RGB
CMYK
RGB Variations
Color information
#42B5EF (or 0x42B5EF) is known color: Summer Sky. HEX triplet: 42, B5 and EF. RGB value is (66,181,239). Sum of RGB (Red+Green+Blue) = 66+181+239=486 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.58% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #42B5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B5EF is #BD4A10. Grayscale: #989898. Windows color (decimal): -12405265 or 15709506. OLE color: 15709506.
HSL color Cylindrical-coordinate representation of color #42B5EF: hue angle of 200.12º 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 #42B5EF is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 181 | 239 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.06 |
| HSL | 200.12º | 0.84% | 0.6% | - |
| HSV(B) | 200.12º | 0.72% | 0.94% | - |
| XYZ | 34.35 | 40.44 | 87.66 | - |
| YUV | 153.23 | 176.4 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 181 | 239 | 0.72 | 0.24 | 0 | 0.06 | 200.12 | 0.84 | 0.6 |
| Hex | 42 | B5 | EF | 48 | 18 | 0 | 6 | C8 | 54 | 3C |
| Octal | 102 | 265 | 357 | 110 | 30 | 0 | 6 | 310 | 124 | 74 |
| Binary | 1000010 | 10110101 | 11101111 | 1001000 | 11000 | 0 | 110 | 11001000 | 1010100 | 111100 |
Color Harmonies of #42B5EF
Complementary color
Monochromatic Colors of #42B5EF
Black with #42B5EF
Text Example
Text Example
White with #42B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B5EF; }
p { color: rgb(66,181,239); }
H1.HeaderClassName
{
color: #42B5EF;
}
.AnyTagClassName
{
color: #42B5EF;
}
</style>
background-color css
<style>
a { background-color: #42B5EF; }
a { background-color: rgb(66,181,239); }
div.DivClassName
{
background-color: #42B5EF;
}
.BgClassName
{
background-color: #42B5EF;
}
</style>
border-color css
<style>
span { border-color: #42B5EF; }
span { border-color: rgb(66,181,239); }
td.TdClassName
{
border-color: #42B5EF;
}
.TagClassName
{
border-color: #42B5EF;
}
</style>