Shades of Summer Sky #3AABED
Tints of Summer Sky #3AABED
RGB
CMYK
RGB Variations
Color information
#3AABED (or 0x3AABED) is known color: Summer Sky. HEX triplet: 3A, AB and ED. RGB value is (58,171,237). Sum of RGB (Red+Green+Blue) = 58+171+237=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #3AABED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AABED is #C55412. Grayscale: #909090. Windows color (decimal): -12932115 or 15575866. OLE color: 15575866.
HSL color Cylindrical-coordinate representation of color #3AABED: hue angle of 202.12º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AABED is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 171 | 237 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.07 |
| HSL | 202.12º | 0.83% | 0.58% | - |
| HSV(B) | 202.12º | 0.76% | 0.93% | - |
| XYZ | 31.59 | 36.14 | 85.43 | - |
| YUV | 144.74 | 180.06 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 171 | 237 | 0.76 | 0.28 | 0 | 0.07 | 202.12 | 0.83 | 0.58 |
| Hex | 3A | AB | ED | 4C | 1C | 0 | 7 | CA | 53 | 3A |
| Octal | 72 | 253 | 355 | 114 | 34 | 0 | 7 | 312 | 123 | 72 |
| Binary | 111010 | 10101011 | 11101101 | 1001100 | 11100 | 0 | 111 | 11001010 | 1010011 | 111010 |
Color Harmonies of #3AABED
Complementary color
Monochromatic Colors of #3AABED
Black with #3AABED
Text Example
Text Example
White with #3AABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AABED; }
p { color: rgb(58,171,237); }
H1.HeaderClassName
{
color: #3AABED;
}
.AnyTagClassName
{
color: #3AABED;
}
</style>
background-color css
<style>
a { background-color: #3AABED; }
a { background-color: rgb(58,171,237); }
div.DivClassName
{
background-color: #3AABED;
}
.BgClassName
{
background-color: #3AABED;
}
</style>
border-color css
<style>
span { border-color: #3AABED; }
span { border-color: rgb(58,171,237); }
td.TdClassName
{
border-color: #3AABED;
}
.TagClassName
{
border-color: #3AABED;
}
</style>