Shades of Summer Sky #42AFE6
Tints of Summer Sky #42AFE6
RGB
CMYK
RGB Variations
Color information
#42AFE6 (or 0x42AFE6) is known color: Summer Sky. HEX triplet: 42, AF and E6. RGB value is (66,175,230). Sum of RGB (Red+Green+Blue) = 66+175+230=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #42AFE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AFE6 is #BD5019. Grayscale: #949494. Windows color (decimal): -12406810 or 15118146. OLE color: 15118146.
HSL color Cylindrical-coordinate representation of color #42AFE6: hue angle of 200.12º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42AFE6 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 175 | 230 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.10 |
| HSL | 200.12º | 0.77% | 0.58% | - |
| HSV(B) | 200.12º | 0.71% | 0.9% | - |
| XYZ | 31.86 | 37.53 | 80.43 | - |
| YUV | 148.68 | 173.89 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 230 | 0.71 | 0.24 | 0 | 0.10 | 200.12 | 0.77 | 0.58 |
| Hex | 42 | AF | E6 | 47 | 18 | 0 | A | C8 | 4D | 3A |
| Octal | 102 | 257 | 346 | 107 | 30 | 0 | 12 | 310 | 115 | 72 |
| Binary | 1000010 | 10101111 | 11100110 | 1000111 | 11000 | 0 | 1010 | 11001000 | 1001101 | 111010 |
Color Harmonies of #42AFE6
Complementary color
Monochromatic Colors of #42AFE6
Black with #42AFE6
Text Example
Text Example
White with #42AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AFE6; }
p { color: rgb(66,175,230); }
H1.HeaderClassName
{
color: #42AFE6;
}
.AnyTagClassName
{
color: #42AFE6;
}
</style>
background-color css
<style>
a { background-color: #42AFE6; }
a { background-color: rgb(66,175,230); }
div.DivClassName
{
background-color: #42AFE6;
}
.BgClassName
{
background-color: #42AFE6;
}
</style>
border-color css
<style>
span { border-color: #42AFE6; }
span { border-color: rgb(66,175,230); }
td.TdClassName
{
border-color: #42AFE6;
}
.TagClassName
{
border-color: #42AFE6;
}
</style>