Shades of Summer Sky #3AAFD7
Tints of Summer Sky #3AAFD7
RGB
CMYK
RGB Variations
Color information
#3AAFD7 (or 0x3AAFD7) is known color: Summer Sky. HEX triplet: 3A, AF and D7. RGB value is (58,175,215). Sum of RGB (Red+Green+Blue) = 58+175+215=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #3AAFD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAFD7 is #C55028. Grayscale: #909090. Windows color (decimal): -12931113 or 14135098. OLE color: 14135098.
HSL color Cylindrical-coordinate representation of color #3AAFD7: hue angle of 195.29º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AAFD7 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 175 | 215 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.16 |
| HSL | 195.29º | 0.66% | 0.54% | - |
| HSV(B) | 195.29º | 0.73% | 0.84% | - |
| XYZ | 29.34 | 36.47 | 69.78 | - |
| YUV | 144.58 | 167.74 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 215 | 0.73 | 0.19 | 0 | 0.16 | 195.29 | 0.66 | 0.54 |
| Hex | 3A | AF | D7 | 49 | 13 | 0 | 10 | C3 | 42 | 36 |
| Octal | 72 | 257 | 327 | 111 | 23 | 0 | 20 | 303 | 102 | 66 |
| Binary | 111010 | 10101111 | 11010111 | 1001001 | 10011 | 0 | 10000 | 11000011 | 1000010 | 110110 |
Color Harmonies of #3AAFD7
Complementary color
Monochromatic Colors of #3AAFD7
Black with #3AAFD7
Text Example
Text Example
White with #3AAFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAFD7; }
p { color: rgb(58,175,215); }
H1.HeaderClassName
{
color: #3AAFD7;
}
.AnyTagClassName
{
color: #3AAFD7;
}
</style>
background-color css
<style>
a { background-color: #3AAFD7; }
a { background-color: rgb(58,175,215); }
div.DivClassName
{
background-color: #3AAFD7;
}
.BgClassName
{
background-color: #3AAFD7;
}
</style>
border-color css
<style>
span { border-color: #3AAFD7; }
span { border-color: rgb(58,175,215); }
td.TdClassName
{
border-color: #3AAFD7;
}
.TagClassName
{
border-color: #3AAFD7;
}
</style>