Shades of Summer Sky #42ADEE
Tints of Summer Sky #42ADEE
RGB
CMYK
RGB Variations
Color information
#42ADEE (or 0x42ADEE) is known color: Summer Sky. HEX triplet: 42, AD and EE. RGB value is (66,173,238). Sum of RGB (Red+Green+Blue) = 66+173+238=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #42ADEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ADEE is #BD5211. Grayscale: #949494. Windows color (decimal): -12407314 or 15641922. OLE color: 15641922.
HSL color Cylindrical-coordinate representation of color #42ADEE: hue angle of 202.67º 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 #42ADEE is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 173 | 238 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.07 |
| HSL | 202.67º | 0.83% | 0.6% | - |
| HSV(B) | 202.67º | 0.72% | 0.93% | - |
| XYZ | 32.62 | 37.22 | 86.35 | - |
| YUV | 148.42 | 178.55 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 238 | 0.72 | 0.27 | 0 | 0.07 | 202.67 | 0.83 | 0.6 |
| Hex | 42 | AD | EE | 48 | 1B | 0 | 7 | CB | 53 | 3C |
| Octal | 102 | 255 | 356 | 110 | 33 | 0 | 7 | 313 | 123 | 74 |
| Binary | 1000010 | 10101101 | 11101110 | 1001000 | 11011 | 0 | 111 | 11001011 | 1010011 | 111100 |
Color Harmonies of #42ADEE
Complementary color
Monochromatic Colors of #42ADEE
Black with #42ADEE
Text Example
Text Example
White with #42ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ADEE; }
p { color: rgb(66,173,238); }
H1.HeaderClassName
{
color: #42ADEE;
}
.AnyTagClassName
{
color: #42ADEE;
}
</style>
background-color css
<style>
a { background-color: #42ADEE; }
a { background-color: rgb(66,173,238); }
div.DivClassName
{
background-color: #42ADEE;
}
.BgClassName
{
background-color: #42ADEE;
}
</style>
border-color css
<style>
span { border-color: #42ADEE; }
span { border-color: rgb(66,173,238); }
td.TdClassName
{
border-color: #42ADEE;
}
.TagClassName
{
border-color: #42ADEE;
}
</style>