Shades of Summer Sky #3BAEDB
Tints of Summer Sky #3BAEDB
RGB
CMYK
RGB Variations
Color information
#3BAEDB (or 0x3BAEDB) is known color: Summer Sky. HEX triplet: 3B, AE and DB. RGB value is (59,174,219). Sum of RGB (Red+Green+Blue) = 59+174+219=452 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.05% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BAEDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAEDB is #C45124. Grayscale: #909090. Windows color (decimal): -12865829 or 14396987. OLE color: 14396987.
HSL color Cylindrical-coordinate representation of color #3BAEDB: hue angle of 196.88º 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 #3BAEDB is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 174 | 219 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.14 |
| HSL | 196.88º | 0.69% | 0.55% | - |
| HSV(B) | 196.88º | 0.73% | 0.86% | - |
| XYZ | 29.73 | 36.32 | 72.46 | - |
| YUV | 144.75 | 169.9 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 219 | 0.73 | 0.21 | 0 | 0.14 | 196.88 | 0.69 | 0.55 |
| Hex | 3B | AE | DB | 49 | 15 | 0 | E | C5 | 45 | 37 |
| Octal | 73 | 256 | 333 | 111 | 25 | 0 | 16 | 305 | 105 | 67 |
| Binary | 111011 | 10101110 | 11011011 | 1001001 | 10101 | 0 | 1110 | 11000101 | 1000101 | 110111 |
Color Harmonies of #3BAEDB
Complementary color
Monochromatic Colors of #3BAEDB
Black with #3BAEDB
Text Example
Text Example
White with #3BAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAEDB; }
p { color: rgb(59,174,219); }
H1.HeaderClassName
{
color: #3BAEDB;
}
.AnyTagClassName
{
color: #3BAEDB;
}
</style>
background-color css
<style>
a { background-color: #3BAEDB; }
a { background-color: rgb(59,174,219); }
div.DivClassName
{
background-color: #3BAEDB;
}
.BgClassName
{
background-color: #3BAEDB;
}
</style>
border-color css
<style>
span { border-color: #3BAEDB; }
span { border-color: rgb(59,174,219); }
td.TdClassName
{
border-color: #3BAEDB;
}
.TagClassName
{
border-color: #3BAEDB;
}
</style>