Shades of Summer Sky #27BACE
Tints of Summer Sky #27BACE
RGB
CMYK
RGB Variations
Color information
#27BACE (or 0x27BACE) is known color: Summer Sky. HEX triplet: 27, BA and CE. RGB value is (39,186,206). Sum of RGB (Red+Green+Blue) = 39+186+206=431 (57% of max value = 765). Red value is 39 (15.62% from 255 or 9.05% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #27BACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BACE is #D84531. Grayscale: #909090. Windows color (decimal): -14173490 or 13548071. OLE color: 13548071.
HSL color Cylindrical-coordinate representation of color #27BACE: hue angle of 187.19º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27BACE is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 186 | 206 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.19 |
| HSL | 187.19º | 0.68% | 0.48% | - |
| HSV(B) | 187.19º | 0.81% | 0.81% | - |
| XYZ | 29.54 | 40.01 | 64.56 | - |
| YUV | 144.33 | 162.8 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 186 | 206 | 0.81 | 0.10 | 0 | 0.19 | 187.19 | 0.68 | 0.48 |
| Hex | 27 | BA | CE | 51 | A | 0 | 13 | BB | 44 | 30 |
| Octal | 47 | 272 | 316 | 121 | 12 | 0 | 23 | 273 | 104 | 60 |
| Binary | 100111 | 10111010 | 11001110 | 1010001 | 1010 | 0 | 10011 | 10111011 | 1000100 | 110000 |
Color Harmonies of #27BACE
Complementary color
Monochromatic Colors of #27BACE
Black with #27BACE
Text Example
Text Example
White with #27BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BACE; }
p { color: rgb(39,186,206); }
H1.HeaderClassName
{
color: #27BACE;
}
.AnyTagClassName
{
color: #27BACE;
}
</style>
background-color css
<style>
a { background-color: #27BACE; }
a { background-color: rgb(39,186,206); }
div.DivClassName
{
background-color: #27BACE;
}
.BgClassName
{
background-color: #27BACE;
}
</style>
border-color css
<style>
span { border-color: #27BACE; }
span { border-color: rgb(39,186,206); }
td.TdClassName
{
border-color: #27BACE;
}
.TagClassName
{
border-color: #27BACE;
}
</style>