Shades of Summer Sky #3BAECD
Tints of Summer Sky #3BAECD
RGB
CMYK
RGB Variations
Color information
#3BAECD (or 0x3BAECD) is known color: Summer Sky. HEX triplet: 3B, AE and CD. RGB value is (59,174,205). Sum of RGB (Red+Green+Blue) = 59+174+205=438 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.47% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #3BAECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAECD is #C45132. Grayscale: #8E8E8E. Windows color (decimal): -12865843 or 13479483. OLE color: 13479483.
HSL color Cylindrical-coordinate representation of color #3BAECD: hue angle of 192.74º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BAECD is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 174 | 205 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.20 |
| HSL | 192.74º | 0.59% | 0.52% | - |
| HSV(B) | 192.74º | 0.71% | 0.8% | - |
| XYZ | 27.96 | 35.61 | 63.16 | - |
| YUV | 143.15 | 162.9 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 205 | 0.71 | 0.15 | 0 | 0.20 | 192.74 | 0.59 | 0.52 |
| Hex | 3B | AE | CD | 47 | F | 0 | 14 | C1 | 3B | 34 |
| Octal | 73 | 256 | 315 | 107 | 17 | 0 | 24 | 301 | 73 | 64 |
| Binary | 111011 | 10101110 | 11001101 | 1000111 | 1111 | 0 | 10100 | 11000001 | 111011 | 110100 |
Color Harmonies of #3BAECD
Complementary color
Monochromatic Colors of #3BAECD
Black with #3BAECD
Text Example
Text Example
White with #3BAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAECD; }
p { color: rgb(59,174,205); }
H1.HeaderClassName
{
color: #3BAECD;
}
.AnyTagClassName
{
color: #3BAECD;
}
</style>
background-color css
<style>
a { background-color: #3BAECD; }
a { background-color: rgb(59,174,205); }
div.DivClassName
{
background-color: #3BAECD;
}
.BgClassName
{
background-color: #3BAECD;
}
</style>
border-color css
<style>
span { border-color: #3BAECD; }
span { border-color: rgb(59,174,205); }
td.TdClassName
{
border-color: #3BAECD;
}
.TagClassName
{
border-color: #3BAECD;
}
</style>