Shades of Summer Sky #27CBDC
Tints of Summer Sky #27CBDC
RGB
CMYK
RGB Variations
Color information
#27CBDC (or 0x27CBDC) is known color: Summer Sky. HEX triplet: 27, CB and DC. RGB value is (39,203,220). Sum of RGB (Red+Green+Blue) = 39+203+220=462 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.44% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #27CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CBDC is #D83423. Grayscale: #9B9B9B. Windows color (decimal): -14169124 or 14469927. OLE color: 14469927.
HSL color Cylindrical-coordinate representation of color #27CBDC: hue angle of 185.64º 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 #27CBDC is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 203 | 220 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.14 |
| HSL | 185.64º | 0.72% | 0.51% | - |
| HSV(B) | 185.64º | 0.82% | 0.86% | - |
| XYZ | 35.11 | 48.31 | 75.18 | - |
| YUV | 155.9 | 164.17 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 203 | 220 | 0.82 | 0.08 | 0 | 0.14 | 185.64 | 0.72 | 0.51 |
| Hex | 27 | CB | DC | 52 | 8 | 0 | E | BA | 48 | 33 |
| Octal | 47 | 313 | 334 | 122 | 10 | 0 | 16 | 272 | 110 | 63 |
| Binary | 100111 | 11001011 | 11011100 | 1010010 | 1000 | 0 | 1110 | 10111010 | 1001000 | 110011 |
Color Harmonies of #27CBDC
Complementary color
Monochromatic Colors of #27CBDC
Black with #27CBDC
Text Example
Text Example
White with #27CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CBDC; }
p { color: rgb(39,203,220); }
H1.HeaderClassName
{
color: #27CBDC;
}
.AnyTagClassName
{
color: #27CBDC;
}
</style>
background-color css
<style>
a { background-color: #27CBDC; }
a { background-color: rgb(39,203,220); }
div.DivClassName
{
background-color: #27CBDC;
}
.BgClassName
{
background-color: #27CBDC;
}
</style>
border-color css
<style>
span { border-color: #27CBDC; }
span { border-color: rgb(39,203,220); }
td.TdClassName
{
border-color: #27CBDC;
}
.TagClassName
{
border-color: #27CBDC;
}
</style>