Shades of Summer Sky #3AAEF2
Tints of Summer Sky #3AAEF2
RGB
CMYK
RGB Variations
Color information
#3AAEF2 (or 0x3AAEF2) is known color: Summer Sky. HEX triplet: 3A, AE and F2. RGB value is (58,174,242). Sum of RGB (Red+Green+Blue) = 58+174+242=474 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.24% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #3AAEF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AAEF2 is #C5510D. Grayscale: #929292. Windows color (decimal): -12931342 or 15904314. OLE color: 15904314.
HSL color Cylindrical-coordinate representation of color #3AAEF2: hue angle of 202.17º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AAEF2 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 174 | 242 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.05 |
| HSL | 202.17º | 0.88% | 0.59% | - |
| HSV(B) | 202.17º | 0.76% | 0.95% | - |
| XYZ | 32.91 | 37.58 | 89.52 | - |
| YUV | 147.07 | 181.57 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 242 | 0.76 | 0.28 | 0 | 0.05 | 202.17 | 0.88 | 0.59 |
| Hex | 3A | AE | F2 | 4C | 1C | 0 | 5 | CA | 58 | 3B |
| Octal | 72 | 256 | 362 | 114 | 34 | 0 | 5 | 312 | 130 | 73 |
| Binary | 111010 | 10101110 | 11110010 | 1001100 | 11100 | 0 | 101 | 11001010 | 1011000 | 111011 |
Color Harmonies of #3AAEF2
Complementary color
Monochromatic Colors of #3AAEF2
Black with #3AAEF2
Text Example
Text Example
White with #3AAEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAEF2; }
p { color: rgb(58,174,242); }
H1.HeaderClassName
{
color: #3AAEF2;
}
.AnyTagClassName
{
color: #3AAEF2;
}
</style>
background-color css
<style>
a { background-color: #3AAEF2; }
a { background-color: rgb(58,174,242); }
div.DivClassName
{
background-color: #3AAEF2;
}
.BgClassName
{
background-color: #3AAEF2;
}
</style>
border-color css
<style>
span { border-color: #3AAEF2; }
span { border-color: rgb(58,174,242); }
td.TdClassName
{
border-color: #3AAEF2;
}
.TagClassName
{
border-color: #3AAEF2;
}
</style>