Shades of Summer Sky #3ABDDB
Tints of Summer Sky #3ABDDB
RGB
CMYK
RGB Variations
Color information
#3ABDDB (or 0x3ABDDB) is known color: Summer Sky. HEX triplet: 3A, BD and DB. RGB value is (58,189,219). Sum of RGB (Red+Green+Blue) = 58+189+219=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #3ABDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDDB is #C54224. Grayscale: #999999. Windows color (decimal): -12927525 or 14400826. OLE color: 14400826.
HSL color Cylindrical-coordinate representation of color #3ABDDB: hue angle of 191.18º 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 #3ABDDB is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 189 | 219 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.14 |
| HSL | 191.18º | 0.69% | 0.54% | - |
| HSV(B) | 191.18º | 0.74% | 0.86% | - |
| XYZ | 32.73 | 42.41 | 73.48 | - |
| YUV | 153.25 | 165.1 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 219 | 0.74 | 0.14 | 0 | 0.14 | 191.18 | 0.69 | 0.54 |
| Hex | 3A | BD | DB | 4A | E | 0 | E | BF | 45 | 36 |
| Octal | 72 | 275 | 333 | 112 | 16 | 0 | 16 | 277 | 105 | 66 |
| Binary | 111010 | 10111101 | 11011011 | 1001010 | 1110 | 0 | 1110 | 10111111 | 1000101 | 110110 |
Color Harmonies of #3ABDDB
Complementary color
Monochromatic Colors of #3ABDDB
Black with #3ABDDB
Text Example
Text Example
White with #3ABDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDDB; }
p { color: rgb(58,189,219); }
H1.HeaderClassName
{
color: #3ABDDB;
}
.AnyTagClassName
{
color: #3ABDDB;
}
</style>
background-color css
<style>
a { background-color: #3ABDDB; }
a { background-color: rgb(58,189,219); }
div.DivClassName
{
background-color: #3ABDDB;
}
.BgClassName
{
background-color: #3ABDDB;
}
</style>
border-color css
<style>
span { border-color: #3ABDDB; }
span { border-color: rgb(58,189,219); }
td.TdClassName
{
border-color: #3ABDDB;
}
.TagClassName
{
border-color: #3ABDDB;
}
</style>