Shades of Summer Sky #27BCFF
Tints of Summer Sky #27BCFF
RGB
CMYK
RGB Variations
Color information
#27BCFF (or 0x27BCFF) is known color: Summer Sky. HEX triplet: 27, BC and FF. RGB value is (39,188,255). Sum of RGB (Red+Green+Blue) = 39+188+255=482 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.09% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #27BCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27BCFF is #D84300. Grayscale: #969696. Windows color (decimal): -14172929 or 16759847. OLE color: 16759847.
HSL color Cylindrical-coordinate representation of color #27BCFF: hue angle of 198.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27BCFF is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 188 | 255 | - |
| CMYK | 0.85 | 0.26 | 0 | 0 |
| HSL | 198.61º | 1% | 0.58% | - |
| HSV(B) | 198.61º | 0.85% | 1% | - |
| XYZ | 36.87 | 43.62 | 101.08 | - |
| YUV | 151.09 | 186.64 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 255 | 0.85 | 0.26 | 0 | 0 | 198.61 | 1 | 0.58 |
| Hex | 27 | BC | FF | 55 | 1A | 0 | 0 | C7 | 64 | 3A |
| Octal | 47 | 274 | 377 | 125 | 32 | 0 | 0 | 307 | 144 | 72 |
| Binary | 100111 | 10111100 | 11111111 | 1010101 | 11010 | 0 | 0 | 11000111 | 1100100 | 111010 |
Color Harmonies of #27BCFF
Complementary color
Monochromatic Colors of #27BCFF
Black with #27BCFF
Text Example
Text Example
White with #27BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BCFF; }
p { color: rgb(39,188,255); }
H1.HeaderClassName
{
color: #27BCFF;
}
.AnyTagClassName
{
color: #27BCFF;
}
</style>
background-color css
<style>
a { background-color: #27BCFF; }
a { background-color: rgb(39,188,255); }
div.DivClassName
{
background-color: #27BCFF;
}
.BgClassName
{
background-color: #27BCFF;
}
</style>
border-color css
<style>
span { border-color: #27BCFF; }
span { border-color: rgb(39,188,255); }
td.TdClassName
{
border-color: #27BCFF;
}
.TagClassName
{
border-color: #27BCFF;
}
</style>