Shades of Summer Sky #3AAAF5
Tints of Summer Sky #3AAAF5
RGB
CMYK
RGB Variations
Color information
#3AAAF5 (or 0x3AAAF5) is known color: Summer Sky. HEX triplet: 3A, AA and F5. RGB value is (58,170,245). Sum of RGB (Red+Green+Blue) = 58+170+245=473 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.26% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #3AAAF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AAAF5 is #C5550A. Grayscale: #909090. Windows color (decimal): -12932363 or 16099898. OLE color: 16099898.
HSL color Cylindrical-coordinate representation of color #3AAAF5: hue angle of 204.06º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AAAF5 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 170 | 245 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.04 |
| HSL | 204.06º | 0.9% | 0.59% | - |
| HSV(B) | 204.06º | 0.76% | 0.96% | - |
| XYZ | 32.6 | 36.24 | 91.66 | - |
| YUV | 145.06 | 184.39 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 245 | 0.76 | 0.31 | 0 | 0.04 | 204.06 | 0.9 | 0.59 |
| Hex | 3A | AA | F5 | 4C | 1F | 0 | 4 | CC | 5A | 3B |
| Octal | 72 | 252 | 365 | 114 | 37 | 0 | 4 | 314 | 132 | 73 |
| Binary | 111010 | 10101010 | 11110101 | 1001100 | 11111 | 0 | 100 | 11001100 | 1011010 | 111011 |
Color Harmonies of #3AAAF5
Complementary color
Monochromatic Colors of #3AAAF5
Black with #3AAAF5
Text Example
Text Example
White with #3AAAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAAF5; }
p { color: rgb(58,170,245); }
H1.HeaderClassName
{
color: #3AAAF5;
}
.AnyTagClassName
{
color: #3AAAF5;
}
</style>
background-color css
<style>
a { background-color: #3AAAF5; }
a { background-color: rgb(58,170,245); }
div.DivClassName
{
background-color: #3AAAF5;
}
.BgClassName
{
background-color: #3AAAF5;
}
</style>
border-color css
<style>
span { border-color: #3AAAF5; }
span { border-color: rgb(58,170,245); }
td.TdClassName
{
border-color: #3AAAF5;
}
.TagClassName
{
border-color: #3AAAF5;
}
</style>