Shades of Summer Sky #3A9CCD
Tints of Summer Sky #3A9CCD
RGB
CMYK
RGB Variations
Color information
#3A9CCD (or 0x3A9CCD) is known color: Summer Sky. HEX triplet: 3A, 9C and CD. RGB value is (58,156,205). Sum of RGB (Red+Green+Blue) = 58+156+205=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A9CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9CCD is #C56332. Grayscale: #838383. Windows color (decimal): -12935987 or 13474874. OLE color: 13474874.
HSL color Cylindrical-coordinate representation of color #3A9CCD: hue angle of 200º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A9CCD is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 156 | 205 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.20 |
| HSL | 200º | 0.6% | 0.52% | - |
| HSV(B) | 200º | 0.72% | 0.8% | - |
| XYZ | 24.65 | 29.08 | 62.07 | - |
| YUV | 132.28 | 169.03 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 156 | 205 | 0.72 | 0.24 | 0 | 0.20 | 200 | 0.6 | 0.52 |
| Hex | 3A | 9C | CD | 48 | 18 | 0 | 14 | C8 | 3C | 34 |
| Octal | 72 | 234 | 315 | 110 | 30 | 0 | 24 | 310 | 74 | 64 |
| Binary | 111010 | 10011100 | 11001101 | 1001000 | 11000 | 0 | 10100 | 11001000 | 111100 | 110100 |
Color Harmonies of #3A9CCD
Complementary color
Monochromatic Colors of #3A9CCD
Black with #3A9CCD
Text Example
Text Example
White with #3A9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9CCD; }
p { color: rgb(58,156,205); }
H1.HeaderClassName
{
color: #3A9CCD;
}
.AnyTagClassName
{
color: #3A9CCD;
}
</style>
background-color css
<style>
a { background-color: #3A9CCD; }
a { background-color: rgb(58,156,205); }
div.DivClassName
{
background-color: #3A9CCD;
}
.BgClassName
{
background-color: #3A9CCD;
}
</style>
border-color css
<style>
span { border-color: #3A9CCD; }
span { border-color: rgb(58,156,205); }
td.TdClassName
{
border-color: #3A9CCD;
}
.TagClassName
{
border-color: #3A9CCD;
}
</style>