Shades of Summer Sky #27BDEF
Tints of Summer Sky #27BDEF
RGB
CMYK
RGB Variations
Color information
#27BDEF (or 0x27BDEF) is known color: Summer Sky. HEX triplet: 27, BD and EF. RGB value is (39,189,239). Sum of RGB (Red+Green+Blue) = 39+189+239=467 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.35% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #27BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27BDEF is #D84210. Grayscale: #959595. Windows color (decimal): -14172689 or 15711527. OLE color: 15711527.
HSL color Cylindrical-coordinate representation of color #27BDEF: hue angle of 195º 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 #27BDEF is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 189 | 239 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.06 |
| HSL | 195º | 0.86% | 0.55% | - |
| HSV(B) | 195º | 0.84% | 0.94% | - |
| XYZ | 34.61 | 43.06 | 88.15 | - |
| YUV | 149.85 | 178.31 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 239 | 0.84 | 0.21 | 0 | 0.06 | 195 | 0.86 | 0.55 |
| Hex | 27 | BD | EF | 54 | 15 | 0 | 6 | C3 | 56 | 37 |
| Octal | 47 | 275 | 357 | 124 | 25 | 0 | 6 | 303 | 126 | 67 |
| Binary | 100111 | 10111101 | 11101111 | 1010100 | 10101 | 0 | 110 | 11000011 | 1010110 | 110111 |
Color Harmonies of #27BDEF
Complementary color
Monochromatic Colors of #27BDEF
Black with #27BDEF
Text Example
Text Example
White with #27BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BDEF; }
p { color: rgb(39,189,239); }
H1.HeaderClassName
{
color: #27BDEF;
}
.AnyTagClassName
{
color: #27BDEF;
}
</style>
background-color css
<style>
a { background-color: #27BDEF; }
a { background-color: rgb(39,189,239); }
div.DivClassName
{
background-color: #27BDEF;
}
.BgClassName
{
background-color: #27BDEF;
}
</style>
border-color css
<style>
span { border-color: #27BDEF; }
span { border-color: rgb(39,189,239); }
td.TdClassName
{
border-color: #27BDEF;
}
.TagClassName
{
border-color: #27BDEF;
}
</style>