Shades of Summer Sky #3BADD7
Tints of Summer Sky #3BADD7
RGB
CMYK
RGB Variations
Color information
#3BADD7 (or 0x3BADD7) is known color: Summer Sky. HEX triplet: 3B, AD and D7. RGB value is (59,173,215). Sum of RGB (Red+Green+Blue) = 59+173+215=447 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.20% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #3BADD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BADD7 is #C45228. Grayscale: #8F8F8F. Windows color (decimal): -12866089 or 14134587. OLE color: 14134587.
HSL color Cylindrical-coordinate representation of color #3BADD7: hue angle of 196.15º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BADD7 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 173 | 215 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.16 |
| HSL | 196.15º | 0.66% | 0.54% | - |
| HSV(B) | 196.15º | 0.73% | 0.84% | - |
| XYZ | 29.01 | 35.72 | 69.66 | - |
| YUV | 143.7 | 168.23 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 173 | 215 | 0.73 | 0.20 | 0 | 0.16 | 196.15 | 0.66 | 0.54 |
| Hex | 3B | AD | D7 | 49 | 14 | 0 | 10 | C4 | 42 | 36 |
| Octal | 73 | 255 | 327 | 111 | 24 | 0 | 20 | 304 | 102 | 66 |
| Binary | 111011 | 10101101 | 11010111 | 1001001 | 10100 | 0 | 10000 | 11000100 | 1000010 | 110110 |
Color Harmonies of #3BADD7
Complementary color
Monochromatic Colors of #3BADD7
Black with #3BADD7
Text Example
Text Example
White with #3BADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BADD7; }
p { color: rgb(59,173,215); }
H1.HeaderClassName
{
color: #3BADD7;
}
.AnyTagClassName
{
color: #3BADD7;
}
</style>
background-color css
<style>
a { background-color: #3BADD7; }
a { background-color: rgb(59,173,215); }
div.DivClassName
{
background-color: #3BADD7;
}
.BgClassName
{
background-color: #3BADD7;
}
</style>
border-color css
<style>
span { border-color: #3BADD7; }
span { border-color: rgb(59,173,215); }
td.TdClassName
{
border-color: #3BADD7;
}
.TagClassName
{
border-color: #3BADD7;
}
</style>