Shades of Summer Sky #3AAFDB
Tints of Summer Sky #3AAFDB
RGB
CMYK
RGB Variations
Color information
#3AAFDB (or 0x3AAFDB) is known color: Summer Sky. HEX triplet: 3A, AF and DB. RGB value is (58,175,219). Sum of RGB (Red+Green+Blue) = 58+175+219=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AAFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAFDB is #C55024. Grayscale: #909090. Windows color (decimal): -12931109 or 14397242. OLE color: 14397242.
HSL color Cylindrical-coordinate representation of color #3AAFDB: hue angle of 196.4º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AAFDB is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 175 | 219 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.14 |
| HSL | 196.4º | 0.69% | 0.54% | - |
| HSV(B) | 196.4º | 0.74% | 0.86% | - |
| XYZ | 29.86 | 36.67 | 72.52 | - |
| YUV | 145.03 | 169.74 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 219 | 0.74 | 0.20 | 0 | 0.14 | 196.4 | 0.69 | 0.54 |
| Hex | 3A | AF | DB | 4A | 14 | 0 | E | C4 | 45 | 36 |
| Octal | 72 | 257 | 333 | 112 | 24 | 0 | 16 | 304 | 105 | 66 |
| Binary | 111010 | 10101111 | 11011011 | 1001010 | 10100 | 0 | 1110 | 11000100 | 1000101 | 110110 |
Color Harmonies of #3AAFDB
Complementary color
Monochromatic Colors of #3AAFDB
Black with #3AAFDB
Text Example
Text Example
White with #3AAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAFDB; }
p { color: rgb(58,175,219); }
H1.HeaderClassName
{
color: #3AAFDB;
}
.AnyTagClassName
{
color: #3AAFDB;
}
</style>
background-color css
<style>
a { background-color: #3AAFDB; }
a { background-color: rgb(58,175,219); }
div.DivClassName
{
background-color: #3AAFDB;
}
.BgClassName
{
background-color: #3AAFDB;
}
</style>
border-color css
<style>
span { border-color: #3AAFDB; }
span { border-color: rgb(58,175,219); }
td.TdClassName
{
border-color: #3AAFDB;
}
.TagClassName
{
border-color: #3AAFDB;
}
</style>