Shades of Summer Sky #3AADF1
Tints of Summer Sky #3AADF1
RGB
CMYK
RGB Variations
Color information
#3AADF1 (or 0x3AADF1) is known color: Summer Sky. HEX triplet: 3A, AD and F1. RGB value is (58,173,241). Sum of RGB (Red+Green+Blue) = 58+173+241=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #3AADF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AADF1 is #C5520E. Grayscale: #919191. Windows color (decimal): -12931599 or 15838522. OLE color: 15838522.
HSL color Cylindrical-coordinate representation of color #3AADF1: hue angle of 202.3º degrees, saturation: 0.87, 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 #3AADF1 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 173 | 241 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.05 |
| HSL | 202.3º | 0.87% | 0.59% | - |
| HSV(B) | 202.3º | 0.76% | 0.95% | - |
| XYZ | 32.57 | 37.14 | 88.67 | - |
| YUV | 146.37 | 181.4 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 241 | 0.76 | 0.28 | 0 | 0.05 | 202.3 | 0.87 | 0.59 |
| Hex | 3A | AD | F1 | 4C | 1C | 0 | 5 | CA | 57 | 3B |
| Octal | 72 | 255 | 361 | 114 | 34 | 0 | 5 | 312 | 127 | 73 |
| Binary | 111010 | 10101101 | 11110001 | 1001100 | 11100 | 0 | 101 | 11001010 | 1010111 | 111011 |
Color Harmonies of #3AADF1
Complementary color
Monochromatic Colors of #3AADF1
Black with #3AADF1
Text Example
Text Example
White with #3AADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AADF1; }
p { color: rgb(58,173,241); }
H1.HeaderClassName
{
color: #3AADF1;
}
.AnyTagClassName
{
color: #3AADF1;
}
</style>
background-color css
<style>
a { background-color: #3AADF1; }
a { background-color: rgb(58,173,241); }
div.DivClassName
{
background-color: #3AADF1;
}
.BgClassName
{
background-color: #3AADF1;
}
</style>
border-color css
<style>
span { border-color: #3AADF1; }
span { border-color: rgb(58,173,241); }
td.TdClassName
{
border-color: #3AADF1;
}
.TagClassName
{
border-color: #3AADF1;
}
</style>