Shades of Summer Sky #42AFDE
Tints of Summer Sky #42AFDE
RGB
CMYK
RGB Variations
Color information
#42AFDE (or 0x42AFDE) is known color: Summer Sky. HEX triplet: 42, AF and DE. RGB value is (66,175,222). Sum of RGB (Red+Green+Blue) = 66+175+222=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #42AFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFDE is #BD5021. Grayscale: #939393. Windows color (decimal): -12406818 or 14593858. OLE color: 14593858.
HSL color Cylindrical-coordinate representation of color #42AFDE: hue angle of 198.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42AFDE is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 175 | 222 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.13 |
| HSL | 198.08º | 0.7% | 0.56% | - |
| HSV(B) | 198.08º | 0.7% | 0.87% | - |
| XYZ | 30.76 | 37.09 | 74.65 | - |
| YUV | 147.77 | 169.89 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 222 | 0.70 | 0.21 | 0 | 0.13 | 198.08 | 0.7 | 0.56 |
| Hex | 42 | AF | DE | 46 | 15 | 0 | D | C6 | 46 | 38 |
| Octal | 102 | 257 | 336 | 106 | 25 | 0 | 15 | 306 | 106 | 70 |
| Binary | 1000010 | 10101111 | 11011110 | 1000110 | 10101 | 0 | 1101 | 11000110 | 1000110 | 111000 |
Color Harmonies of #42AFDE
Complementary color
Monochromatic Colors of #42AFDE
Black with #42AFDE
Text Example
Text Example
White with #42AFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AFDE; }
p { color: rgb(66,175,222); }
H1.HeaderClassName
{
color: #42AFDE;
}
.AnyTagClassName
{
color: #42AFDE;
}
</style>
background-color css
<style>
a { background-color: #42AFDE; }
a { background-color: rgb(66,175,222); }
div.DivClassName
{
background-color: #42AFDE;
}
.BgClassName
{
background-color: #42AFDE;
}
</style>
border-color css
<style>
span { border-color: #42AFDE; }
span { border-color: rgb(66,175,222); }
td.TdClassName
{
border-color: #42AFDE;
}
.TagClassName
{
border-color: #42AFDE;
}
</style>