Shades of Summer Sky #39ACD5
Tints of Summer Sky #39ACD5
RGB
CMYK
RGB Variations
Color information
#39ACD5 (or 0x39ACD5) is known color: Summer Sky. HEX triplet: 39, AC and D5. RGB value is (57,172,213). Sum of RGB (Red+Green+Blue) = 57+172+213=442 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.90% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #39ACD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39ACD5 is #C6532A. Grayscale: #8E8E8E. Windows color (decimal): -12997419 or 14003257. OLE color: 14003257.
HSL color Cylindrical-coordinate representation of color #39ACD5: hue angle of 195.77º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39ACD5 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 172 | 213 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.16 |
| HSL | 195.77º | 0.65% | 0.53% | - |
| HSV(B) | 195.77º | 0.73% | 0.84% | - |
| XYZ | 28.45 | 35.18 | 68.24 | - |
| YUV | 142.29 | 167.9 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 172 | 213 | 0.73 | 0.19 | 0 | 0.16 | 195.77 | 0.65 | 0.53 |
| Hex | 39 | AC | D5 | 49 | 13 | 0 | 10 | C4 | 41 | 35 |
| Octal | 71 | 254 | 325 | 111 | 23 | 0 | 20 | 304 | 101 | 65 |
| Binary | 111001 | 10101100 | 11010101 | 1001001 | 10011 | 0 | 10000 | 11000100 | 1000001 | 110101 |
Color Harmonies of #39ACD5
Complementary color
Monochromatic Colors of #39ACD5
Black with #39ACD5
Text Example
Text Example
White with #39ACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39ACD5; }
p { color: rgb(57,172,213); }
H1.HeaderClassName
{
color: #39ACD5;
}
.AnyTagClassName
{
color: #39ACD5;
}
</style>
background-color css
<style>
a { background-color: #39ACD5; }
a { background-color: rgb(57,172,213); }
div.DivClassName
{
background-color: #39ACD5;
}
.BgClassName
{
background-color: #39ACD5;
}
</style>
border-color css
<style>
span { border-color: #39ACD5; }
span { border-color: rgb(57,172,213); }
td.TdClassName
{
border-color: #39ACD5;
}
.TagClassName
{
border-color: #39ACD5;
}
</style>