Shades of Summer Sky #3AA5CE
Tints of Summer Sky #3AA5CE
RGB
CMYK
RGB Variations
Color information
#3AA5CE (or 0x3AA5CE) is known color: Summer Sky. HEX triplet: 3A, A5 and CE. RGB value is (58,165,206). Sum of RGB (Red+Green+Blue) = 58+165+206=429 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.52% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #3AA5CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA5CE is #C55A31. Grayscale: #898989. Windows color (decimal): -12933682 or 13542714. OLE color: 13542714.
HSL color Cylindrical-coordinate representation of color #3AA5CE: hue angle of 196.62º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AA5CE is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 165 | 206 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.19 |
| HSL | 196.62º | 0.6% | 0.52% | - |
| HSV(B) | 196.62º | 0.72% | 0.81% | - |
| XYZ | 26.34 | 32.27 | 63.23 | - |
| YUV | 137.68 | 166.55 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 165 | 206 | 0.72 | 0.20 | 0 | 0.19 | 196.62 | 0.6 | 0.52 |
| Hex | 3A | A5 | CE | 48 | 14 | 0 | 13 | C5 | 3C | 34 |
| Octal | 72 | 245 | 316 | 110 | 24 | 0 | 23 | 305 | 74 | 64 |
| Binary | 111010 | 10100101 | 11001110 | 1001000 | 10100 | 0 | 10011 | 11000101 | 111100 | 110100 |
Color Harmonies of #3AA5CE
Complementary color
Monochromatic Colors of #3AA5CE
Black with #3AA5CE
Text Example
Text Example
White with #3AA5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA5CE; }
p { color: rgb(58,165,206); }
H1.HeaderClassName
{
color: #3AA5CE;
}
.AnyTagClassName
{
color: #3AA5CE;
}
</style>
background-color css
<style>
a { background-color: #3AA5CE; }
a { background-color: rgb(58,165,206); }
div.DivClassName
{
background-color: #3AA5CE;
}
.BgClassName
{
background-color: #3AA5CE;
}
</style>
border-color css
<style>
span { border-color: #3AA5CE; }
span { border-color: rgb(58,165,206); }
td.TdClassName
{
border-color: #3AA5CE;
}
.TagClassName
{
border-color: #3AA5CE;
}
</style>