Shades of Summer Sky #3AAEDC
Tints of Summer Sky #3AAEDC
RGB
CMYK
RGB Variations
Color information
#3AAEDC (or 0x3AAEDC) is known color: Summer Sky. HEX triplet: 3A, AE and DC. RGB value is (58,174,220). Sum of RGB (Red+Green+Blue) = 58+174+220=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AAEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAEDC is #C55123. Grayscale: #909090. Windows color (decimal): -12931364 or 14462522. OLE color: 14462522.
HSL color Cylindrical-coordinate representation of color #3AAEDC: hue angle of 197.04º 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 #3AAEDC is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 174 | 220 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.14 |
| HSL | 197.04º | 0.7% | 0.55% | - |
| HSV(B) | 197.04º | 0.74% | 0.86% | - |
| XYZ | 29.8 | 36.34 | 73.15 | - |
| YUV | 144.56 | 170.57 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 220 | 0.74 | 0.21 | 0 | 0.14 | 197.04 | 0.7 | 0.55 |
| Hex | 3A | AE | DC | 4A | 15 | 0 | E | C5 | 46 | 37 |
| Octal | 72 | 256 | 334 | 112 | 25 | 0 | 16 | 305 | 106 | 67 |
| Binary | 111010 | 10101110 | 11011100 | 1001010 | 10101 | 0 | 1110 | 11000101 | 1000110 | 110111 |
Color Harmonies of #3AAEDC
Complementary color
Monochromatic Colors of #3AAEDC
Black with #3AAEDC
Text Example
Text Example
White with #3AAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAEDC; }
p { color: rgb(58,174,220); }
H1.HeaderClassName
{
color: #3AAEDC;
}
.AnyTagClassName
{
color: #3AAEDC;
}
</style>
background-color css
<style>
a { background-color: #3AAEDC; }
a { background-color: rgb(58,174,220); }
div.DivClassName
{
background-color: #3AAEDC;
}
.BgClassName
{
background-color: #3AAEDC;
}
</style>
border-color css
<style>
span { border-color: #3AAEDC; }
span { border-color: rgb(58,174,220); }
td.TdClassName
{
border-color: #3AAEDC;
}
.TagClassName
{
border-color: #3AAEDC;
}
</style>