Shades of Summer Sky #27C0DC
Tints of Summer Sky #27C0DC
RGB
CMYK
RGB Variations
Color information
#27C0DC (or 0x27C0DC) is known color: Summer Sky. HEX triplet: 27, C0 and DC. RGB value is (39,192,220). Sum of RGB (Red+Green+Blue) = 39+192+220=451 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.65% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #27C0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C0DC is #D83F23. Grayscale: #959595. Windows color (decimal): -14171940 or 14467111. OLE color: 14467111.
HSL color Cylindrical-coordinate representation of color #27C0DC: hue angle of 189.28º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27C0DC is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 192 | 220 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.14 |
| HSL | 189.28º | 0.72% | 0.51% | - |
| HSV(B) | 189.28º | 0.82% | 0.86% | - |
| XYZ | 32.6 | 43.3 | 74.35 | - |
| YUV | 149.45 | 167.81 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 192 | 220 | 0.82 | 0.13 | 0 | 0.14 | 189.28 | 0.72 | 0.51 |
| Hex | 27 | C0 | DC | 52 | D | 0 | E | BD | 48 | 33 |
| Octal | 47 | 300 | 334 | 122 | 15 | 0 | 16 | 275 | 110 | 63 |
| Binary | 100111 | 11000000 | 11011100 | 1010010 | 1101 | 0 | 1110 | 10111101 | 1001000 | 110011 |
Color Harmonies of #27C0DC
Complementary color
Monochromatic Colors of #27C0DC
Black with #27C0DC
Text Example
Text Example
White with #27C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C0DC; }
p { color: rgb(39,192,220); }
H1.HeaderClassName
{
color: #27C0DC;
}
.AnyTagClassName
{
color: #27C0DC;
}
</style>
background-color css
<style>
a { background-color: #27C0DC; }
a { background-color: rgb(39,192,220); }
div.DivClassName
{
background-color: #27C0DC;
}
.BgClassName
{
background-color: #27C0DC;
}
</style>
border-color css
<style>
span { border-color: #27C0DC; }
span { border-color: rgb(39,192,220); }
td.TdClassName
{
border-color: #27C0DC;
}
.TagClassName
{
border-color: #27C0DC;
}
</style>