Shades of Summer Sky #42ADEF
Tints of Summer Sky #42ADEF
RGB
CMYK
RGB Variations
Color information
#42ADEF (or 0x42ADEF) is known color: Summer Sky. HEX triplet: 42, AD and EF. RGB value is (66,173,239). Sum of RGB (Red+Green+Blue) = 66+173+239=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #42ADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ADEF is #BD5210. Grayscale: #949494. Windows color (decimal): -12407313 or 15707458. OLE color: 15707458.
HSL color Cylindrical-coordinate representation of color #42ADEF: hue angle of 202.89º 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 #42ADEF is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 173 | 239 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.06 |
| HSL | 202.89º | 0.84% | 0.6% | - |
| HSV(B) | 202.89º | 0.72% | 0.94% | - |
| XYZ | 32.77 | 37.28 | 87.13 | - |
| YUV | 148.53 | 179.05 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 239 | 0.72 | 0.28 | 0 | 0.06 | 202.89 | 0.84 | 0.6 |
| Hex | 42 | AD | EF | 48 | 1C | 0 | 6 | CB | 54 | 3C |
| Octal | 102 | 255 | 357 | 110 | 34 | 0 | 6 | 313 | 124 | 74 |
| Binary | 1000010 | 10101101 | 11101111 | 1001000 | 11100 | 0 | 110 | 11001011 | 1010100 | 111100 |
Color Harmonies of #42ADEF
Complementary color
Monochromatic Colors of #42ADEF
Black with #42ADEF
Text Example
Text Example
White with #42ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ADEF; }
p { color: rgb(66,173,239); }
H1.HeaderClassName
{
color: #42ADEF;
}
.AnyTagClassName
{
color: #42ADEF;
}
</style>
background-color css
<style>
a { background-color: #42ADEF; }
a { background-color: rgb(66,173,239); }
div.DivClassName
{
background-color: #42ADEF;
}
.BgClassName
{
background-color: #42ADEF;
}
</style>
border-color css
<style>
span { border-color: #42ADEF; }
span { border-color: rgb(66,173,239); }
td.TdClassName
{
border-color: #42ADEF;
}
.TagClassName
{
border-color: #42ADEF;
}
</style>