Shades of Summer Sky #3AADCC
Tints of Summer Sky #3AADCC
RGB
CMYK
RGB Variations
Color information
#3AADCC (or 0x3AADCC) is known color: Summer Sky. HEX triplet: 3A, AD and CC. RGB value is (58,173,204). Sum of RGB (Red+Green+Blue) = 58+173+204=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #3AADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AADCC is #C55233. Grayscale: #8D8D8D. Windows color (decimal): -12931636 or 13413690. OLE color: 13413690.
HSL color Cylindrical-coordinate representation of color #3AADCC: hue angle of 192.74º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AADCC is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 173 | 204 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.2 |
| HSL | 192.74º | 0.59% | 0.51% | - |
| HSV(B) | 192.74º | 0.72% | 0.8% | - |
| XYZ | 27.59 | 35.15 | 62.46 | - |
| YUV | 142.15 | 162.9 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 204 | 0.72 | 0.15 | 0 | 0.2 | 192.74 | 0.59 | 0.51 |
| Hex | 3A | AD | CC | 48 | F | 0 | 14 | C1 | 3B | 33 |
| Octal | 72 | 255 | 314 | 110 | 17 | 0 | 24 | 301 | 73 | 63 |
| Binary | 111010 | 10101101 | 11001100 | 1001000 | 1111 | 0 | 10100 | 11000001 | 111011 | 110011 |
Color Harmonies of #3AADCC
Complementary color
Monochromatic Colors of #3AADCC
Black with #3AADCC
Text Example
Text Example
White with #3AADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AADCC; }
p { color: rgb(58,173,204); }
H1.HeaderClassName
{
color: #3AADCC;
}
.AnyTagClassName
{
color: #3AADCC;
}
</style>
background-color css
<style>
a { background-color: #3AADCC; }
a { background-color: rgb(58,173,204); }
div.DivClassName
{
background-color: #3AADCC;
}
.BgClassName
{
background-color: #3AADCC;
}
</style>
border-color css
<style>
span { border-color: #3AADCC; }
span { border-color: rgb(58,173,204); }
td.TdClassName
{
border-color: #3AADCC;
}
.TagClassName
{
border-color: #3AADCC;
}
</style>