Shades of Summer Sky #3ABBDB
Tints of Summer Sky #3ABBDB
RGB
CMYK
RGB Variations
Color information
#3ABBDB (or 0x3ABBDB) is known color: Summer Sky. HEX triplet: 3A, BB and DB. RGB value is (58,187,219). Sum of RGB (Red+Green+Blue) = 58+187+219=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #3ABBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABBDB is #C54424. Grayscale: #979797. Windows color (decimal): -12928037 or 14400314. OLE color: 14400314.
HSL color Cylindrical-coordinate representation of color #3ABBDB: hue angle of 191.93º 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 #3ABBDB is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 187 | 219 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.14 |
| HSL | 191.93º | 0.69% | 0.54% | - |
| HSV(B) | 191.93º | 0.74% | 0.86% | - |
| XYZ | 32.3 | 41.55 | 73.34 | - |
| YUV | 152.08 | 165.76 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 219 | 0.74 | 0.15 | 0 | 0.14 | 191.93 | 0.69 | 0.54 |
| Hex | 3A | BB | DB | 4A | F | 0 | E | C0 | 45 | 36 |
| Octal | 72 | 273 | 333 | 112 | 17 | 0 | 16 | 300 | 105 | 66 |
| Binary | 111010 | 10111011 | 11011011 | 1001010 | 1111 | 0 | 1110 | 11000000 | 1000101 | 110110 |
Color Harmonies of #3ABBDB
Complementary color
Monochromatic Colors of #3ABBDB
Black with #3ABBDB
Text Example
Text Example
White with #3ABBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBDB; }
p { color: rgb(58,187,219); }
H1.HeaderClassName
{
color: #3ABBDB;
}
.AnyTagClassName
{
color: #3ABBDB;
}
</style>
background-color css
<style>
a { background-color: #3ABBDB; }
a { background-color: rgb(58,187,219); }
div.DivClassName
{
background-color: #3ABBDB;
}
.BgClassName
{
background-color: #3ABBDB;
}
</style>
border-color css
<style>
span { border-color: #3ABBDB; }
span { border-color: rgb(58,187,219); }
td.TdClassName
{
border-color: #3ABBDB;
}
.TagClassName
{
border-color: #3ABBDB;
}
</style>