Shades of Summer Sky #39BACE
Tints of Summer Sky #39BACE
RGB
CMYK
RGB Variations
Color information
#39BACE (or 0x39BACE) is known color: Summer Sky. HEX triplet: 39, BA and CE. RGB value is (57,186,206). Sum of RGB (Red+Green+Blue) = 57+186+206=449 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.69% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #39BACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BACE is #C64531. Grayscale: #959595. Windows color (decimal): -12993842 or 13548089. OLE color: 13548089.
HSL color Cylindrical-coordinate representation of color #39BACE: hue angle of 188.05º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39BACE is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 186 | 206 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.19 |
| HSL | 188.05º | 0.6% | 0.52% | - |
| HSV(B) | 188.05º | 0.72% | 0.81% | - |
| XYZ | 30.39 | 40.44 | 64.6 | - |
| YUV | 149.71 | 159.76 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 186 | 206 | 0.72 | 0.10 | 0 | 0.19 | 188.05 | 0.6 | 0.52 |
| Hex | 39 | BA | CE | 48 | A | 0 | 13 | BC | 3C | 34 |
| Octal | 71 | 272 | 316 | 110 | 12 | 0 | 23 | 274 | 74 | 64 |
| Binary | 111001 | 10111010 | 11001110 | 1001000 | 1010 | 0 | 10011 | 10111100 | 111100 | 110100 |
Color Harmonies of #39BACE
Complementary color
Monochromatic Colors of #39BACE
Black with #39BACE
Text Example
Text Example
White with #39BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BACE; }
p { color: rgb(57,186,206); }
H1.HeaderClassName
{
color: #39BACE;
}
.AnyTagClassName
{
color: #39BACE;
}
</style>
background-color css
<style>
a { background-color: #39BACE; }
a { background-color: rgb(57,186,206); }
div.DivClassName
{
background-color: #39BACE;
}
.BgClassName
{
background-color: #39BACE;
}
</style>
border-color css
<style>
span { border-color: #39BACE; }
span { border-color: rgb(57,186,206); }
td.TdClassName
{
border-color: #39BACE;
}
.TagClassName
{
border-color: #39BACE;
}
</style>