Shades of Summer Sky #3AABE0
Tints of Summer Sky #3AABE0
RGB
CMYK
RGB Variations
Color information
#3AABE0 (or 0x3AABE0) is known color: Summer Sky. HEX triplet: 3A, AB and E0. RGB value is (58,171,224). Sum of RGB (Red+Green+Blue) = 58+171+224=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #3AABE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AABE0 is #C5541F. Grayscale: #8E8E8E. Windows color (decimal): -12932128 or 14723898. OLE color: 14723898.
HSL color Cylindrical-coordinate representation of color #3AABE0: hue angle of 199.16º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AABE0 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 171 | 224 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.12 |
| HSL | 199.16º | 0.73% | 0.55% | - |
| HSV(B) | 199.16º | 0.74% | 0.88% | - |
| XYZ | 29.76 | 35.41 | 75.79 | - |
| YUV | 143.26 | 173.56 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 171 | 224 | 0.74 | 0.24 | 0 | 0.12 | 199.16 | 0.73 | 0.55 |
| Hex | 3A | AB | E0 | 4A | 18 | 0 | C | C7 | 49 | 37 |
| Octal | 72 | 253 | 340 | 112 | 30 | 0 | 14 | 307 | 111 | 67 |
| Binary | 111010 | 10101011 | 11100000 | 1001010 | 11000 | 0 | 1100 | 11000111 | 1001001 | 110111 |
Color Harmonies of #3AABE0
Complementary color
Monochromatic Colors of #3AABE0
Black with #3AABE0
Text Example
Text Example
White with #3AABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AABE0; }
p { color: rgb(58,171,224); }
H1.HeaderClassName
{
color: #3AABE0;
}
.AnyTagClassName
{
color: #3AABE0;
}
</style>
background-color css
<style>
a { background-color: #3AABE0; }
a { background-color: rgb(58,171,224); }
div.DivClassName
{
background-color: #3AABE0;
}
.BgClassName
{
background-color: #3AABE0;
}
</style>
border-color css
<style>
span { border-color: #3AABE0; }
span { border-color: rgb(58,171,224); }
td.TdClassName
{
border-color: #3AABE0;
}
.TagClassName
{
border-color: #3AABE0;
}
</style>