Shades of Summer Sky #39BADD
Tints of Summer Sky #39BADD
RGB
CMYK
RGB Variations
Color information
#39BADD (or 0x39BADD) is known color: Summer Sky. HEX triplet: 39, BA and DD. RGB value is (57,186,221). Sum of RGB (Red+Green+Blue) = 57+186+221=464 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.28% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #39BADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BADD is #C64522. Grayscale: #979797. Windows color (decimal): -12993827 or 14531129. OLE color: 14531129.
HSL color Cylindrical-coordinate representation of color #39BADD: hue angle of 192.8º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39BADD is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 186 | 221 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.13 |
| HSL | 192.8º | 0.71% | 0.55% | - |
| HSV(B) | 192.8º | 0.74% | 0.87% | - |
| XYZ | 32.3 | 41.21 | 74.66 | - |
| YUV | 151.42 | 167.26 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 186 | 221 | 0.74 | 0.16 | 0 | 0.13 | 192.8 | 0.71 | 0.55 |
| Hex | 39 | BA | DD | 4A | 10 | 0 | D | C1 | 47 | 37 |
| Octal | 71 | 272 | 335 | 112 | 20 | 0 | 15 | 301 | 107 | 67 |
| Binary | 111001 | 10111010 | 11011101 | 1001010 | 10000 | 0 | 1101 | 11000001 | 1000111 | 110111 |
Color Harmonies of #39BADD
Complementary color
Monochromatic Colors of #39BADD
Black with #39BADD
Text Example
Text Example
White with #39BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BADD; }
p { color: rgb(57,186,221); }
H1.HeaderClassName
{
color: #39BADD;
}
.AnyTagClassName
{
color: #39BADD;
}
</style>
background-color css
<style>
a { background-color: #39BADD; }
a { background-color: rgb(57,186,221); }
div.DivClassName
{
background-color: #39BADD;
}
.BgClassName
{
background-color: #39BADD;
}
</style>
border-color css
<style>
span { border-color: #39BADD; }
span { border-color: rgb(57,186,221); }
td.TdClassName
{
border-color: #39BADD;
}
.TagClassName
{
border-color: #39BADD;
}
</style>