Shades of Summer Sky #27BFDB
Tints of Summer Sky #27BFDB
RGB
CMYK
RGB Variations
Color information
#27BFDB (or 0x27BFDB) is known color: Summer Sky. HEX triplet: 27, BF and DB. RGB value is (39,191,219). Sum of RGB (Red+Green+Blue) = 39+191+219=449 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.69% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #27BFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BFDB is #D84024. Grayscale: #949494. Windows color (decimal): -14172197 or 14401319. OLE color: 14401319.
HSL color Cylindrical-coordinate representation of color #27BFDB: hue angle of 189.33º degrees, saturation: 0.71, 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 #27BFDB is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 191 | 219 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.14 |
| HSL | 189.33º | 0.71% | 0.51% | - |
| HSV(B) | 189.33º | 0.82% | 0.86% | - |
| XYZ | 32.25 | 42.81 | 73.58 | - |
| YUV | 148.74 | 167.64 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 191 | 219 | 0.82 | 0.13 | 0 | 0.14 | 189.33 | 0.71 | 0.51 |
| Hex | 27 | BF | DB | 52 | D | 0 | E | BD | 47 | 33 |
| Octal | 47 | 277 | 333 | 122 | 15 | 0 | 16 | 275 | 107 | 63 |
| Binary | 100111 | 10111111 | 11011011 | 1010010 | 1101 | 0 | 1110 | 10111101 | 1000111 | 110011 |
Color Harmonies of #27BFDB
Complementary color
Monochromatic Colors of #27BFDB
Black with #27BFDB
Text Example
Text Example
White with #27BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BFDB; }
p { color: rgb(39,191,219); }
H1.HeaderClassName
{
color: #27BFDB;
}
.AnyTagClassName
{
color: #27BFDB;
}
</style>
background-color css
<style>
a { background-color: #27BFDB; }
a { background-color: rgb(39,191,219); }
div.DivClassName
{
background-color: #27BFDB;
}
.BgClassName
{
background-color: #27BFDB;
}
</style>
border-color css
<style>
span { border-color: #27BFDB; }
span { border-color: rgb(39,191,219); }
td.TdClassName
{
border-color: #27BFDB;
}
.TagClassName
{
border-color: #27BFDB;
}
</style>