Shades of Summer Sky #27BADA
Tints of Summer Sky #27BADA
RGB
CMYK
RGB Variations
Color information
#27BADA (or 0x27BADA) is known color: Summer Sky. HEX triplet: 27, BA and DA. RGB value is (39,186,218). Sum of RGB (Red+Green+Blue) = 39+186+218=443 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.80% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #27BADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BADA is #D84525. Grayscale: #919191. Windows color (decimal): -14173478 or 14334503. OLE color: 14334503.
HSL color Cylindrical-coordinate representation of color #27BADA: hue angle of 190.73º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27BADA is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 186 | 218 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.15 |
| HSL | 190.73º | 0.71% | 0.5% | - |
| HSV(B) | 190.73º | 0.82% | 0.85% | - |
| XYZ | 31.05 | 40.61 | 72.53 | - |
| YUV | 145.7 | 168.8 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 186 | 218 | 0.82 | 0.15 | 0 | 0.15 | 190.73 | 0.71 | 0.5 |
| Hex | 27 | BA | DA | 52 | F | 0 | F | BF | 47 | 32 |
| Octal | 47 | 272 | 332 | 122 | 17 | 0 | 17 | 277 | 107 | 62 |
| Binary | 100111 | 10111010 | 11011010 | 1010010 | 1111 | 0 | 1111 | 10111111 | 1000111 | 110010 |
Color Harmonies of #27BADA
Complementary color
Monochromatic Colors of #27BADA
Black with #27BADA
Text Example
Text Example
White with #27BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BADA; }
p { color: rgb(39,186,218); }
H1.HeaderClassName
{
color: #27BADA;
}
.AnyTagClassName
{
color: #27BADA;
}
</style>
background-color css
<style>
a { background-color: #27BADA; }
a { background-color: rgb(39,186,218); }
div.DivClassName
{
background-color: #27BADA;
}
.BgClassName
{
background-color: #27BADA;
}
</style>
border-color css
<style>
span { border-color: #27BADA; }
span { border-color: rgb(39,186,218); }
td.TdClassName
{
border-color: #27BADA;
}
.TagClassName
{
border-color: #27BADA;
}
</style>