Shades of Summer Sky #42ADE9
Tints of Summer Sky #42ADE9
RGB
CMYK
RGB Variations
Color information
#42ADE9 (or 0x42ADE9) is known color: Summer Sky. HEX triplet: 42, AD and E9. RGB value is (66,173,233). Sum of RGB (Red+Green+Blue) = 66+173+233=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #42ADE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ADE9 is #BD5216. Grayscale: #939393. Windows color (decimal): -12407319 or 15314242. OLE color: 15314242.
HSL color Cylindrical-coordinate representation of color #42ADE9: hue angle of 201.56º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ADE9 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 173 | 233 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.09 |
| HSL | 201.56º | 0.79% | 0.59% | - |
| HSV(B) | 201.56º | 0.72% | 0.91% | - |
| XYZ | 31.9 | 36.93 | 82.54 | - |
| YUV | 147.85 | 176.05 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 233 | 0.72 | 0.26 | 0 | 0.09 | 201.56 | 0.79 | 0.59 |
| Hex | 42 | AD | E9 | 48 | 1A | 0 | 9 | CA | 4F | 3B |
| Octal | 102 | 255 | 351 | 110 | 32 | 0 | 11 | 312 | 117 | 73 |
| Binary | 1000010 | 10101101 | 11101001 | 1001000 | 11010 | 0 | 1001 | 11001010 | 1001111 | 111011 |
Color Harmonies of #42ADE9
Complementary color
Monochromatic Colors of #42ADE9
Black with #42ADE9
Text Example
Text Example
White with #42ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ADE9; }
p { color: rgb(66,173,233); }
H1.HeaderClassName
{
color: #42ADE9;
}
.AnyTagClassName
{
color: #42ADE9;
}
</style>
background-color css
<style>
a { background-color: #42ADE9; }
a { background-color: rgb(66,173,233); }
div.DivClassName
{
background-color: #42ADE9;
}
.BgClassName
{
background-color: #42ADE9;
}
</style>
border-color css
<style>
span { border-color: #42ADE9; }
span { border-color: rgb(66,173,233); }
td.TdClassName
{
border-color: #42ADE9;
}
.TagClassName
{
border-color: #42ADE9;
}
</style>