Shades of Summer Sky #27BCED
Tints of Summer Sky #27BCED
RGB
CMYK
RGB Variations
Color information
#27BCED (or 0x27BCED) is known color: Summer Sky. HEX triplet: 27, BC and ED. RGB value is (39,188,237). Sum of RGB (Red+Green+Blue) = 39+188+237=464 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.41% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #27BCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27BCED is #D84312. Grayscale: #949494. Windows color (decimal): -14172947 or 15580199. OLE color: 15580199.
HSL color Cylindrical-coordinate representation of color #27BCED: hue angle of 194.85º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27BCED is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 188 | 237 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.07 |
| HSL | 194.85º | 0.85% | 0.54% | - |
| HSV(B) | 194.85º | 0.84% | 0.93% | - |
| XYZ | 34.11 | 42.51 | 86.53 | - |
| YUV | 149.04 | 177.64 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 237 | 0.84 | 0.21 | 0 | 0.07 | 194.85 | 0.85 | 0.54 |
| Hex | 27 | BC | ED | 54 | 15 | 0 | 7 | C3 | 55 | 36 |
| Octal | 47 | 274 | 355 | 124 | 25 | 0 | 7 | 303 | 125 | 66 |
| Binary | 100111 | 10111100 | 11101101 | 1010100 | 10101 | 0 | 111 | 11000011 | 1010101 | 110110 |
Color Harmonies of #27BCED
Complementary color
Monochromatic Colors of #27BCED
Black with #27BCED
Text Example
Text Example
White with #27BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BCED; }
p { color: rgb(39,188,237); }
H1.HeaderClassName
{
color: #27BCED;
}
.AnyTagClassName
{
color: #27BCED;
}
</style>
background-color css
<style>
a { background-color: #27BCED; }
a { background-color: rgb(39,188,237); }
div.DivClassName
{
background-color: #27BCED;
}
.BgClassName
{
background-color: #27BCED;
}
</style>
border-color css
<style>
span { border-color: #27BCED; }
span { border-color: rgb(39,188,237); }
td.TdClassName
{
border-color: #27BCED;
}
.TagClassName
{
border-color: #27BCED;
}
</style>