Shades of Summer Sky #27BDDC
Tints of Summer Sky #27BDDC
RGB
CMYK
RGB Variations
Color information
#27BDDC (or 0x27BDDC) is known color: Summer Sky. HEX triplet: 27, BD and DC. RGB value is (39,189,220). Sum of RGB (Red+Green+Blue) = 39+189+220=448 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.71% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #27BDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BDDC is #D84223. Grayscale: #939393. Windows color (decimal): -14172708 or 14466343. OLE color: 14466343.
HSL color Cylindrical-coordinate representation of color #27BDDC: hue angle of 190.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 #27BDDC is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 189 | 220 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.14 |
| HSL | 190.28º | 0.72% | 0.51% | - |
| HSV(B) | 190.28º | 0.82% | 0.86% | - |
| XYZ | 31.95 | 41.99 | 74.13 | - |
| YUV | 147.68 | 168.81 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 220 | 0.82 | 0.14 | 0 | 0.14 | 190.28 | 0.72 | 0.51 |
| Hex | 27 | BD | DC | 52 | E | 0 | E | BE | 48 | 33 |
| Octal | 47 | 275 | 334 | 122 | 16 | 0 | 16 | 276 | 110 | 63 |
| Binary | 100111 | 10111101 | 11011100 | 1010010 | 1110 | 0 | 1110 | 10111110 | 1001000 | 110011 |
Color Harmonies of #27BDDC
Complementary color
Monochromatic Colors of #27BDDC
Black with #27BDDC
Text Example
Text Example
White with #27BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BDDC; }
p { color: rgb(39,189,220); }
H1.HeaderClassName
{
color: #27BDDC;
}
.AnyTagClassName
{
color: #27BDDC;
}
</style>
background-color css
<style>
a { background-color: #27BDDC; }
a { background-color: rgb(39,189,220); }
div.DivClassName
{
background-color: #27BDDC;
}
.BgClassName
{
background-color: #27BDDC;
}
</style>
border-color css
<style>
span { border-color: #27BDDC; }
span { border-color: rgb(39,189,220); }
td.TdClassName
{
border-color: #27BDDC;
}
.TagClassName
{
border-color: #27BDDC;
}
</style>