Shades of Summer Sky #3AA2CF
Tints of Summer Sky #3AA2CF
RGB
CMYK
RGB Variations
Color information
#3AA2CF (or 0x3AA2CF) is known color: Summer Sky. HEX triplet: 3A, A2 and CF. RGB value is (58,162,207). Sum of RGB (Red+Green+Blue) = 58+162+207=427 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.58% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #3AA2CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA2CF is #C55D30. Grayscale: #878787. Windows color (decimal): -12934449 or 13607482. OLE color: 13607482.
HSL color Cylindrical-coordinate representation of color #3AA2CF: hue angle of 198.12º degrees, saturation: 0.61, 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 #3AA2CF is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 162 | 207 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.19 |
| HSL | 198.12º | 0.61% | 0.52% | - |
| HSV(B) | 198.12º | 0.72% | 0.81% | - |
| XYZ | 25.93 | 31.25 | 63.7 | - |
| YUV | 136.03 | 168.04 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 162 | 207 | 0.72 | 0.22 | 0 | 0.19 | 198.12 | 0.61 | 0.52 |
| Hex | 3A | A2 | CF | 48 | 16 | 0 | 13 | C6 | 3D | 34 |
| Octal | 72 | 242 | 317 | 110 | 26 | 0 | 23 | 306 | 75 | 64 |
| Binary | 111010 | 10100010 | 11001111 | 1001000 | 10110 | 0 | 10011 | 11000110 | 111101 | 110100 |
Color Harmonies of #3AA2CF
Complementary color
Monochromatic Colors of #3AA2CF
Black with #3AA2CF
Text Example
Text Example
White with #3AA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA2CF; }
p { color: rgb(58,162,207); }
H1.HeaderClassName
{
color: #3AA2CF;
}
.AnyTagClassName
{
color: #3AA2CF;
}
</style>
background-color css
<style>
a { background-color: #3AA2CF; }
a { background-color: rgb(58,162,207); }
div.DivClassName
{
background-color: #3AA2CF;
}
.BgClassName
{
background-color: #3AA2CF;
}
</style>
border-color css
<style>
span { border-color: #3AA2CF; }
span { border-color: rgb(58,162,207); }
td.TdClassName
{
border-color: #3AA2CF;
}
.TagClassName
{
border-color: #3AA2CF;
}
</style>