Shades of Summer Sky #3AA3FA
Tints of Summer Sky #3AA3FA
RGB
CMYK
RGB Variations
Color information
#3AA3FA (or 0x3AA3FA) is known color: Summer Sky. HEX triplet: 3A, A3 and FA. RGB value is (58,163,250). Sum of RGB (Red+Green+Blue) = 58+163+250=471 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.31% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AA3FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA3FA is #C55C05. Grayscale: #8D8D8D. Windows color (decimal): -12934150 or 16425786. OLE color: 16425786.
HSL color Cylindrical-coordinate representation of color #3AA3FA: hue angle of 207.19º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AA3FA is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 163 | 250 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.02 |
| HSL | 207.19º | 0.95% | 0.6% | - |
| HSV(B) | 207.19º | 0.77% | 0.98% | - |
| XYZ | 32.1 | 34 | 95.31 | - |
| YUV | 141.52 | 189.21 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 250 | 0.77 | 0.35 | 0 | 0.02 | 207.19 | 0.95 | 0.6 |
| Hex | 3A | A3 | FA | 4D | 23 | 0 | 2 | CF | 5F | 3C |
| Octal | 72 | 243 | 372 | 115 | 43 | 0 | 2 | 317 | 137 | 74 |
| Binary | 111010 | 10100011 | 11111010 | 1001101 | 100011 | 0 | 10 | 11001111 | 1011111 | 111100 |
Color Harmonies of #3AA3FA
Complementary color
Monochromatic Colors of #3AA3FA
Black with #3AA3FA
Text Example
Text Example
White with #3AA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA3FA; }
p { color: rgb(58,163,250); }
H1.HeaderClassName
{
color: #3AA3FA;
}
.AnyTagClassName
{
color: #3AA3FA;
}
</style>
background-color css
<style>
a { background-color: #3AA3FA; }
a { background-color: rgb(58,163,250); }
div.DivClassName
{
background-color: #3AA3FA;
}
.BgClassName
{
background-color: #3AA3FA;
}
</style>
border-color css
<style>
span { border-color: #3AA3FA; }
span { border-color: rgb(58,163,250); }
td.TdClassName
{
border-color: #3AA3FA;
}
.TagClassName
{
border-color: #3AA3FA;
}
</style>