Shades of Summer Sky #3BBADB
Tints of Summer Sky #3BBADB
RGB
CMYK
RGB Variations
Color information
#3BBADB (or 0x3BBADB) is known color: Summer Sky. HEX triplet: 3B, BA and DB. RGB value is (59,186,219). Sum of RGB (Red+Green+Blue) = 59+186+219=464 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.72% from 464); Green value is 186 (73.05% from 255 or 40.09% 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 #3BBADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBADB is #C44524. Grayscale: #979797. Windows color (decimal): -12862757 or 14400059. OLE color: 14400059.
HSL color Cylindrical-coordinate representation of color #3BBADB: hue angle of 192.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BBADB is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 186 | 219 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.14 |
| HSL | 192.38º | 0.69% | 0.55% | - |
| HSV(B) | 192.38º | 0.73% | 0.86% | - |
| XYZ | 32.15 | 41.16 | 73.27 | - |
| YUV | 151.79 | 165.92 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 186 | 219 | 0.73 | 0.15 | 0 | 0.14 | 192.38 | 0.69 | 0.55 |
| Hex | 3B | BA | DB | 49 | F | 0 | E | C0 | 45 | 37 |
| Octal | 73 | 272 | 333 | 111 | 17 | 0 | 16 | 300 | 105 | 67 |
| Binary | 111011 | 10111010 | 11011011 | 1001001 | 1111 | 0 | 1110 | 11000000 | 1000101 | 110111 |
Color Harmonies of #3BBADB
Complementary color
Monochromatic Colors of #3BBADB
Black with #3BBADB
Text Example
Text Example
White with #3BBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBADB; }
p { color: rgb(59,186,219); }
H1.HeaderClassName
{
color: #3BBADB;
}
.AnyTagClassName
{
color: #3BBADB;
}
</style>
background-color css
<style>
a { background-color: #3BBADB; }
a { background-color: rgb(59,186,219); }
div.DivClassName
{
background-color: #3BBADB;
}
.BgClassName
{
background-color: #3BBADB;
}
</style>
border-color css
<style>
span { border-color: #3BBADB; }
span { border-color: rgb(59,186,219); }
td.TdClassName
{
border-color: #3BBADB;
}
.TagClassName
{
border-color: #3BBADB;
}
</style>