Shades of Summer Sky #3AABDD
Tints of Summer Sky #3AABDD
RGB
CMYK
RGB Variations
Color information
#3AABDD (or 0x3AABDD) is known color: Summer Sky. HEX triplet: 3A, AB and DD. RGB value is (58,171,221). Sum of RGB (Red+Green+Blue) = 58+171+221=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #3AABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AABDD is #C55422. Grayscale: #8E8E8E. Windows color (decimal): -12932131 or 14527290. OLE color: 14527290.
HSL color Cylindrical-coordinate representation of color #3AABDD: hue angle of 198.4º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AABDD is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 171 | 221 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.13 |
| HSL | 198.4º | 0.71% | 0.55% | - |
| HSV(B) | 198.4º | 0.74% | 0.87% | - |
| XYZ | 29.36 | 35.25 | 73.66 | - |
| YUV | 142.91 | 172.06 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 171 | 221 | 0.74 | 0.23 | 0 | 0.13 | 198.4 | 0.71 | 0.55 |
| Hex | 3A | AB | DD | 4A | 17 | 0 | D | C6 | 47 | 37 |
| Octal | 72 | 253 | 335 | 112 | 27 | 0 | 15 | 306 | 107 | 67 |
| Binary | 111010 | 10101011 | 11011101 | 1001010 | 10111 | 0 | 1101 | 11000110 | 1000111 | 110111 |
Color Harmonies of #3AABDD
Complementary color
Monochromatic Colors of #3AABDD
Black with #3AABDD
Text Example
Text Example
White with #3AABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AABDD; }
p { color: rgb(58,171,221); }
H1.HeaderClassName
{
color: #3AABDD;
}
.AnyTagClassName
{
color: #3AABDD;
}
</style>
background-color css
<style>
a { background-color: #3AABDD; }
a { background-color: rgb(58,171,221); }
div.DivClassName
{
background-color: #3AABDD;
}
.BgClassName
{
background-color: #3AABDD;
}
</style>
border-color css
<style>
span { border-color: #3AABDD; }
span { border-color: rgb(58,171,221); }
td.TdClassName
{
border-color: #3AABDD;
}
.TagClassName
{
border-color: #3AABDD;
}
</style>