Shades of Summer Sky #42ACDF
Tints of Summer Sky #42ACDF
RGB
CMYK
RGB Variations
Color information
#42ACDF (or 0x42ACDF) is known color: Summer Sky. HEX triplet: 42, AC and DF. RGB value is (66,172,223). Sum of RGB (Red+Green+Blue) = 66+172+223=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #42ACDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ACDF is #BD5320. Grayscale: #919191. Windows color (decimal): -12407585 or 14658626. OLE color: 14658626.
HSL color Cylindrical-coordinate representation of color #42ACDF: hue angle of 199.49º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42ACDF is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 172 | 223 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.13 |
| HSL | 199.49º | 0.71% | 0.57% | - |
| HSV(B) | 199.49º | 0.7% | 0.87% | - |
| XYZ | 30.32 | 35.99 | 75.16 | - |
| YUV | 146.12 | 171.38 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 223 | 0.70 | 0.23 | 0 | 0.13 | 199.49 | 0.71 | 0.57 |
| Hex | 42 | AC | DF | 46 | 17 | 0 | D | C7 | 47 | 39 |
| Octal | 102 | 254 | 337 | 106 | 27 | 0 | 15 | 307 | 107 | 71 |
| Binary | 1000010 | 10101100 | 11011111 | 1000110 | 10111 | 0 | 1101 | 11000111 | 1000111 | 111001 |
Color Harmonies of #42ACDF
Complementary color
Monochromatic Colors of #42ACDF
Black with #42ACDF
Text Example
Text Example
White with #42ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ACDF; }
p { color: rgb(66,172,223); }
H1.HeaderClassName
{
color: #42ACDF;
}
.AnyTagClassName
{
color: #42ACDF;
}
</style>
background-color css
<style>
a { background-color: #42ACDF; }
a { background-color: rgb(66,172,223); }
div.DivClassName
{
background-color: #42ACDF;
}
.BgClassName
{
background-color: #42ACDF;
}
</style>
border-color css
<style>
span { border-color: #42ACDF; }
span { border-color: rgb(66,172,223); }
td.TdClassName
{
border-color: #42ACDF;
}
.TagClassName
{
border-color: #42ACDF;
}
</style>