Shades of Summer Sky #3BADDB
Tints of Summer Sky #3BADDB
RGB
CMYK
RGB Variations
Color information
#3BADDB (or 0x3BADDB) is known color: Summer Sky. HEX triplet: 3B, AD and DB. RGB value is (59,173,219). Sum of RGB (Red+Green+Blue) = 59+173+219=451 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.08% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BADDB is #C45224. Grayscale: #8F8F8F. Windows color (decimal): -12866085 or 14396731. OLE color: 14396731.
HSL color Cylindrical-coordinate representation of color #3BADDB: hue angle of 197.25º 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 #3BADDB is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 173 | 219 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.14 |
| HSL | 197.25º | 0.69% | 0.55% | - |
| HSV(B) | 197.25º | 0.73% | 0.86% | - |
| XYZ | 29.53 | 35.93 | 72.4 | - |
| YUV | 144.16 | 170.23 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 173 | 219 | 0.73 | 0.21 | 0 | 0.14 | 197.25 | 0.69 | 0.55 |
| Hex | 3B | AD | DB | 49 | 15 | 0 | E | C5 | 45 | 37 |
| Octal | 73 | 255 | 333 | 111 | 25 | 0 | 16 | 305 | 105 | 67 |
| Binary | 111011 | 10101101 | 11011011 | 1001001 | 10101 | 0 | 1110 | 11000101 | 1000101 | 110111 |
Color Harmonies of #3BADDB
Complementary color
Monochromatic Colors of #3BADDB
Black with #3BADDB
Text Example
Text Example
White with #3BADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BADDB; }
p { color: rgb(59,173,219); }
H1.HeaderClassName
{
color: #3BADDB;
}
.AnyTagClassName
{
color: #3BADDB;
}
</style>
background-color css
<style>
a { background-color: #3BADDB; }
a { background-color: rgb(59,173,219); }
div.DivClassName
{
background-color: #3BADDB;
}
.BgClassName
{
background-color: #3BADDB;
}
</style>
border-color css
<style>
span { border-color: #3BADDB; }
span { border-color: rgb(59,173,219); }
td.TdClassName
{
border-color: #3BADDB;
}
.TagClassName
{
border-color: #3BADDB;
}
</style>