Shades of Summer Sky #3ABBDD
Tints of Summer Sky #3ABBDD
RGB
CMYK
RGB Variations
Color information
#3ABBDD (or 0x3ABBDD) is known color: Summer Sky. HEX triplet: 3A, BB and DD. RGB value is (58,187,221). Sum of RGB (Red+Green+Blue) = 58+187+221=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ABBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABBDD is #C54422. Grayscale: #989898. Windows color (decimal): -12928035 or 14531386. OLE color: 14531386.
HSL color Cylindrical-coordinate representation of color #3ABBDD: hue angle of 192.52º degrees, saturation: 0.71, 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 #3ABBDD is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 187 | 221 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.13 |
| HSL | 192.52º | 0.71% | 0.55% | - |
| HSV(B) | 192.52º | 0.74% | 0.87% | - |
| XYZ | 32.57 | 41.66 | 74.73 | - |
| YUV | 152.31 | 166.76 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 221 | 0.74 | 0.15 | 0 | 0.13 | 192.52 | 0.71 | 0.55 |
| Hex | 3A | BB | DD | 4A | F | 0 | D | C1 | 47 | 37 |
| Octal | 72 | 273 | 335 | 112 | 17 | 0 | 15 | 301 | 107 | 67 |
| Binary | 111010 | 10111011 | 11011101 | 1001010 | 1111 | 0 | 1101 | 11000001 | 1000111 | 110111 |
Color Harmonies of #3ABBDD
Complementary color
Monochromatic Colors of #3ABBDD
Black with #3ABBDD
Text Example
Text Example
White with #3ABBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBDD; }
p { color: rgb(58,187,221); }
H1.HeaderClassName
{
color: #3ABBDD;
}
.AnyTagClassName
{
color: #3ABBDD;
}
</style>
background-color css
<style>
a { background-color: #3ABBDD; }
a { background-color: rgb(58,187,221); }
div.DivClassName
{
background-color: #3ABBDD;
}
.BgClassName
{
background-color: #3ABBDD;
}
</style>
border-color css
<style>
span { border-color: #3ABBDD; }
span { border-color: rgb(58,187,221); }
td.TdClassName
{
border-color: #3ABBDD;
}
.TagClassName
{
border-color: #3ABBDD;
}
</style>