Shades of Summer Sky #42ADE8
Tints of Summer Sky #42ADE8
RGB
CMYK
RGB Variations
Color information
#42ADE8 (or 0x42ADE8) is known color: Summer Sky. HEX triplet: 42, AD and E8. RGB value is (66,173,232). Sum of RGB (Red+Green+Blue) = 66+173+232=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #42ADE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ADE8 is #BD5217. Grayscale: #939393. Windows color (decimal): -12407320 or 15248706. OLE color: 15248706.
HSL color Cylindrical-coordinate representation of color #42ADE8: hue angle of 201.33º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ADE8 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 173 | 232 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.09 |
| HSL | 201.33º | 0.78% | 0.58% | - |
| HSV(B) | 201.33º | 0.72% | 0.91% | - |
| XYZ | 31.76 | 36.87 | 81.79 | - |
| YUV | 147.73 | 175.55 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 232 | 0.72 | 0.25 | 0 | 0.09 | 201.33 | 0.78 | 0.58 |
| Hex | 42 | AD | E8 | 48 | 19 | 0 | 9 | C9 | 4E | 3A |
| Octal | 102 | 255 | 350 | 110 | 31 | 0 | 11 | 311 | 116 | 72 |
| Binary | 1000010 | 10101101 | 11101000 | 1001000 | 11001 | 0 | 1001 | 11001001 | 1001110 | 111010 |
Color Harmonies of #42ADE8
Complementary color
Monochromatic Colors of #42ADE8
Black with #42ADE8
Text Example
Text Example
White with #42ADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ADE8; }
p { color: rgb(66,173,232); }
H1.HeaderClassName
{
color: #42ADE8;
}
.AnyTagClassName
{
color: #42ADE8;
}
</style>
background-color css
<style>
a { background-color: #42ADE8; }
a { background-color: rgb(66,173,232); }
div.DivClassName
{
background-color: #42ADE8;
}
.BgClassName
{
background-color: #42ADE8;
}
</style>
border-color css
<style>
span { border-color: #42ADE8; }
span { border-color: rgb(66,173,232); }
td.TdClassName
{
border-color: #42ADE8;
}
.TagClassName
{
border-color: #42ADE8;
}
</style>