Shades of Summer Sky #3AAEDD
Tints of Summer Sky #3AAEDD
RGB
CMYK
RGB Variations
Color information
#3AAEDD (or 0x3AAEDD) is known color: Summer Sky. HEX triplet: 3A, AE and DD. RGB value is (58,174,221). Sum of RGB (Red+Green+Blue) = 58+174+221=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #3AAEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAEDD is #C55122. Grayscale: #909090. Windows color (decimal): -12931363 or 14528058. OLE color: 14528058.
HSL color Cylindrical-coordinate representation of color #3AAEDD: hue angle of 197.3º 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 #3AAEDD is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 174 | 221 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.13 |
| HSL | 197.3º | 0.71% | 0.55% | - |
| HSV(B) | 197.3º | 0.74% | 0.87% | - |
| XYZ | 29.93 | 36.39 | 73.85 | - |
| YUV | 144.67 | 171.07 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 221 | 0.74 | 0.21 | 0 | 0.13 | 197.3 | 0.71 | 0.55 |
| Hex | 3A | AE | DD | 4A | 15 | 0 | D | C5 | 47 | 37 |
| Octal | 72 | 256 | 335 | 112 | 25 | 0 | 15 | 305 | 107 | 67 |
| Binary | 111010 | 10101110 | 11011101 | 1001010 | 10101 | 0 | 1101 | 11000101 | 1000111 | 110111 |
Color Harmonies of #3AAEDD
Complementary color
Monochromatic Colors of #3AAEDD
Black with #3AAEDD
Text Example
Text Example
White with #3AAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAEDD; }
p { color: rgb(58,174,221); }
H1.HeaderClassName
{
color: #3AAEDD;
}
.AnyTagClassName
{
color: #3AAEDD;
}
</style>
background-color css
<style>
a { background-color: #3AAEDD; }
a { background-color: rgb(58,174,221); }
div.DivClassName
{
background-color: #3AAEDD;
}
.BgClassName
{
background-color: #3AAEDD;
}
</style>
border-color css
<style>
span { border-color: #3AAEDD; }
span { border-color: rgb(58,174,221); }
td.TdClassName
{
border-color: #3AAEDD;
}
.TagClassName
{
border-color: #3AAEDD;
}
</style>