Shades of Summer Sky #3AA9DF
Tints of Summer Sky #3AA9DF
RGB
CMYK
RGB Variations
Color information
#3AA9DF (or 0x3AA9DF) is known color: Summer Sky. HEX triplet: 3A, A9 and DF. RGB value is (58,169,223). Sum of RGB (Red+Green+Blue) = 58+169+223=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #3AA9DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA9DF is #C55620. Grayscale: #8D8D8D. Windows color (decimal): -12932641 or 14657850. OLE color: 14657850.
HSL color Cylindrical-coordinate representation of color #3AA9DF: hue angle of 199.64º 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 #3AA9DF is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 169 | 223 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.13 |
| HSL | 199.64º | 0.72% | 0.55% | - |
| HSV(B) | 199.64º | 0.74% | 0.87% | - |
| XYZ | 29.25 | 34.6 | 74.95 | - |
| YUV | 141.97 | 173.73 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 169 | 223 | 0.74 | 0.24 | 0 | 0.13 | 199.64 | 0.72 | 0.55 |
| Hex | 3A | A9 | DF | 4A | 18 | 0 | D | C8 | 48 | 37 |
| Octal | 72 | 251 | 337 | 112 | 30 | 0 | 15 | 310 | 110 | 67 |
| Binary | 111010 | 10101001 | 11011111 | 1001010 | 11000 | 0 | 1101 | 11001000 | 1001000 | 110111 |
Color Harmonies of #3AA9DF
Complementary color
Monochromatic Colors of #3AA9DF
Black with #3AA9DF
Text Example
Text Example
White with #3AA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA9DF; }
p { color: rgb(58,169,223); }
H1.HeaderClassName
{
color: #3AA9DF;
}
.AnyTagClassName
{
color: #3AA9DF;
}
</style>
background-color css
<style>
a { background-color: #3AA9DF; }
a { background-color: rgb(58,169,223); }
div.DivClassName
{
background-color: #3AA9DF;
}
.BgClassName
{
background-color: #3AA9DF;
}
</style>
border-color css
<style>
span { border-color: #3AA9DF; }
span { border-color: rgb(58,169,223); }
td.TdClassName
{
border-color: #3AA9DF;
}
.TagClassName
{
border-color: #3AA9DF;
}
</style>