Shades of Summer Sky #27BCEF
Tints of Summer Sky #27BCEF
RGB
CMYK
RGB Variations
Color information
#27BCEF (or 0x27BCEF) is known color: Summer Sky. HEX triplet: 27, BC and EF. RGB value is (39,188,239). Sum of RGB (Red+Green+Blue) = 39+188+239=466 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.37% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #27BCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27BCEF is #D84310. Grayscale: #949494. Windows color (decimal): -14172945 or 15711271. OLE color: 15711271.
HSL color Cylindrical-coordinate representation of color #27BCEF: hue angle of 195.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27BCEF is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 188 | 239 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.06 |
| HSL | 195.3º | 0.86% | 0.55% | - |
| HSV(B) | 195.3º | 0.84% | 0.94% | - |
| XYZ | 34.4 | 42.63 | 88.08 | - |
| YUV | 149.26 | 178.64 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 239 | 0.84 | 0.21 | 0 | 0.06 | 195.3 | 0.86 | 0.55 |
| Hex | 27 | BC | EF | 54 | 15 | 0 | 6 | C3 | 56 | 37 |
| Octal | 47 | 274 | 357 | 124 | 25 | 0 | 6 | 303 | 126 | 67 |
| Binary | 100111 | 10111100 | 11101111 | 1010100 | 10101 | 0 | 110 | 11000011 | 1010110 | 110111 |
Color Harmonies of #27BCEF
Complementary color
Monochromatic Colors of #27BCEF
Black with #27BCEF
Text Example
Text Example
White with #27BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BCEF; }
p { color: rgb(39,188,239); }
H1.HeaderClassName
{
color: #27BCEF;
}
.AnyTagClassName
{
color: #27BCEF;
}
</style>
background-color css
<style>
a { background-color: #27BCEF; }
a { background-color: rgb(39,188,239); }
div.DivClassName
{
background-color: #27BCEF;
}
.BgClassName
{
background-color: #27BCEF;
}
</style>
border-color css
<style>
span { border-color: #27BCEF; }
span { border-color: rgb(39,188,239); }
td.TdClassName
{
border-color: #27BCEF;
}
.TagClassName
{
border-color: #27BCEF;
}
</style>