Shades of Summer Sky #3AA3DF
Tints of Summer Sky #3AA3DF
RGB
CMYK
RGB Variations
Color information
#3AA3DF (or 0x3AA3DF) is known color: Summer Sky. HEX triplet: 3A, A3 and DF. RGB value is (58,163,223). Sum of RGB (Red+Green+Blue) = 58+163+223=444 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.06% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #3AA3DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA3DF is #C55C20. Grayscale: #8A8A8A. Windows color (decimal): -12934177 or 14656314. OLE color: 14656314.
HSL color Cylindrical-coordinate representation of color #3AA3DF: hue angle of 201.82º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AA3DF is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 163 | 223 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.13 |
| HSL | 201.82º | 0.72% | 0.55% | - |
| HSV(B) | 201.82º | 0.74% | 0.87% | - |
| XYZ | 28.16 | 32.42 | 74.59 | - |
| YUV | 138.45 | 175.71 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 223 | 0.74 | 0.27 | 0 | 0.13 | 201.82 | 0.72 | 0.55 |
| Hex | 3A | A3 | DF | 4A | 1B | 0 | D | CA | 48 | 37 |
| Octal | 72 | 243 | 337 | 112 | 33 | 0 | 15 | 312 | 110 | 67 |
| Binary | 111010 | 10100011 | 11011111 | 1001010 | 11011 | 0 | 1101 | 11001010 | 1001000 | 110111 |
Color Harmonies of #3AA3DF
Complementary color
Monochromatic Colors of #3AA3DF
Black with #3AA3DF
Text Example
Text Example
White with #3AA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA3DF; }
p { color: rgb(58,163,223); }
H1.HeaderClassName
{
color: #3AA3DF;
}
.AnyTagClassName
{
color: #3AA3DF;
}
</style>
background-color css
<style>
a { background-color: #3AA3DF; }
a { background-color: rgb(58,163,223); }
div.DivClassName
{
background-color: #3AA3DF;
}
.BgClassName
{
background-color: #3AA3DF;
}
</style>
border-color css
<style>
span { border-color: #3AA3DF; }
span { border-color: rgb(58,163,223); }
td.TdClassName
{
border-color: #3AA3DF;
}
.TagClassName
{
border-color: #3AA3DF;
}
</style>