Shades of Summer Sky #27BCD0
Tints of Summer Sky #27BCD0
RGB
CMYK
RGB Variations
Color information
#27BCD0 (or 0x27BCD0) is known color: Summer Sky. HEX triplet: 27, BC and D0. RGB value is (39,188,208). Sum of RGB (Red+Green+Blue) = 39+188+208=435 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.97% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #27BCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BCD0 is #D8432F. Grayscale: #919191. Windows color (decimal): -14172976 or 13679655. OLE color: 13679655.
HSL color Cylindrical-coordinate representation of color #27BCD0: hue angle of 187.1º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27BCD0 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 188 | 208 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.18 |
| HSL | 187.1º | 0.68% | 0.48% | - |
| HSV(B) | 187.1º | 0.81% | 0.82% | - |
| XYZ | 30.21 | 40.95 | 65.99 | - |
| YUV | 145.73 | 163.14 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 208 | 0.81 | 0.10 | 0 | 0.18 | 187.1 | 0.68 | 0.48 |
| Hex | 27 | BC | D0 | 51 | A | 0 | 12 | BB | 44 | 30 |
| Octal | 47 | 274 | 320 | 121 | 12 | 0 | 22 | 273 | 104 | 60 |
| Binary | 100111 | 10111100 | 11010000 | 1010001 | 1010 | 0 | 10010 | 10111011 | 1000100 | 110000 |
Color Harmonies of #27BCD0
Complementary color
Monochromatic Colors of #27BCD0
Black with #27BCD0
Text Example
Text Example
White with #27BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BCD0; }
p { color: rgb(39,188,208); }
H1.HeaderClassName
{
color: #27BCD0;
}
.AnyTagClassName
{
color: #27BCD0;
}
</style>
background-color css
<style>
a { background-color: #27BCD0; }
a { background-color: rgb(39,188,208); }
div.DivClassName
{
background-color: #27BCD0;
}
.BgClassName
{
background-color: #27BCD0;
}
</style>
border-color css
<style>
span { border-color: #27BCD0; }
span { border-color: rgb(39,188,208); }
td.TdClassName
{
border-color: #27BCD0;
}
.TagClassName
{
border-color: #27BCD0;
}
</style>