Shades of Summer Sky #3AABDC
Tints of Summer Sky #3AABDC
RGB
CMYK
RGB Variations
Color information
#3AABDC (or 0x3AABDC) is known color: Summer Sky. HEX triplet: 3A, AB and DC. RGB value is (58,171,220). Sum of RGB (Red+Green+Blue) = 58+171+220=449 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.92% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AABDC is #C55423. Grayscale: #8E8E8E. Windows color (decimal): -12932132 or 14461754. OLE color: 14461754.
HSL color Cylindrical-coordinate representation of color #3AABDC: hue angle of 198.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AABDC is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 171 | 220 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.14 |
| HSL | 198.15º | 0.7% | 0.55% | - |
| HSV(B) | 198.15º | 0.74% | 0.86% | - |
| XYZ | 29.23 | 35.19 | 72.96 | - |
| YUV | 142.8 | 171.56 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 171 | 220 | 0.74 | 0.22 | 0 | 0.14 | 198.15 | 0.7 | 0.55 |
| Hex | 3A | AB | DC | 4A | 16 | 0 | E | C6 | 46 | 37 |
| Octal | 72 | 253 | 334 | 112 | 26 | 0 | 16 | 306 | 106 | 67 |
| Binary | 111010 | 10101011 | 11011100 | 1001010 | 10110 | 0 | 1110 | 11000110 | 1000110 | 110111 |
Color Harmonies of #3AABDC
Complementary color
Monochromatic Colors of #3AABDC
Black with #3AABDC
Text Example
Text Example
White with #3AABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AABDC; }
p { color: rgb(58,171,220); }
H1.HeaderClassName
{
color: #3AABDC;
}
.AnyTagClassName
{
color: #3AABDC;
}
</style>
background-color css
<style>
a { background-color: #3AABDC; }
a { background-color: rgb(58,171,220); }
div.DivClassName
{
background-color: #3AABDC;
}
.BgClassName
{
background-color: #3AABDC;
}
</style>
border-color css
<style>
span { border-color: #3AABDC; }
span { border-color: rgb(58,171,220); }
td.TdClassName
{
border-color: #3AABDC;
}
.TagClassName
{
border-color: #3AABDC;
}
</style>