Shades of Summer Sky #27BFDC
Tints of Summer Sky #27BFDC
RGB
CMYK
RGB Variations
Color information
#27BFDC (or 0x27BFDC) is known color: Summer Sky. HEX triplet: 27, BF and DC. RGB value is (39,191,220). Sum of RGB (Red+Green+Blue) = 39+191+220=450 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.67% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #27BFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BFDC is #D84023. Grayscale: #949494. Windows color (decimal): -14172196 or 14466855. OLE color: 14466855.
HSL color Cylindrical-coordinate representation of color #27BFDC: hue angle of 189.61º 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 #27BFDC is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 191 | 220 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.14 |
| HSL | 189.61º | 0.72% | 0.51% | - |
| HSV(B) | 189.61º | 0.82% | 0.86% | - |
| XYZ | 32.39 | 42.86 | 74.28 | - |
| YUV | 148.86 | 168.14 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 191 | 220 | 0.82 | 0.13 | 0 | 0.14 | 189.61 | 0.72 | 0.51 |
| Hex | 27 | BF | DC | 52 | D | 0 | E | BE | 48 | 33 |
| Octal | 47 | 277 | 334 | 122 | 15 | 0 | 16 | 276 | 110 | 63 |
| Binary | 100111 | 10111111 | 11011100 | 1010010 | 1101 | 0 | 1110 | 10111110 | 1001000 | 110011 |
Color Harmonies of #27BFDC
Complementary color
Monochromatic Colors of #27BFDC
Black with #27BFDC
Text Example
Text Example
White with #27BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BFDC; }
p { color: rgb(39,191,220); }
H1.HeaderClassName
{
color: #27BFDC;
}
.AnyTagClassName
{
color: #27BFDC;
}
</style>
background-color css
<style>
a { background-color: #27BFDC; }
a { background-color: rgb(39,191,220); }
div.DivClassName
{
background-color: #27BFDC;
}
.BgClassName
{
background-color: #27BFDC;
}
</style>
border-color css
<style>
span { border-color: #27BFDC; }
span { border-color: rgb(39,191,220); }
td.TdClassName
{
border-color: #27BFDC;
}
.TagClassName
{
border-color: #27BFDC;
}
</style>