Shades of Summer Sky #27A8D0
Tints of Summer Sky #27A8D0
RGB
CMYK
RGB Variations
Color information
#27A8D0 (or 0x27A8D0) is known color: Summer Sky. HEX triplet: 27, A8 and D0. RGB value is (39,168,208). Sum of RGB (Red+Green+Blue) = 39+168+208=415 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.40% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #27A8D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A8D0 is #D8572F. Grayscale: #858585. Windows color (decimal): -14178096 or 13674535. OLE color: 13674535.
HSL color Cylindrical-coordinate representation of color #27A8D0: hue angle of 194.2º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27A8D0 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 168 | 208 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.18 |
| HSL | 194.2º | 0.68% | 0.48% | - |
| HSV(B) | 194.2º | 0.81% | 0.82% | - |
| XYZ | 26.22 | 32.99 | 64.66 | - |
| YUV | 133.99 | 169.76 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 168 | 208 | 0.81 | 0.19 | 0 | 0.18 | 194.2 | 0.68 | 0.48 |
| Hex | 27 | A8 | D0 | 51 | 13 | 0 | 12 | C2 | 44 | 30 |
| Octal | 47 | 250 | 320 | 121 | 23 | 0 | 22 | 302 | 104 | 60 |
| Binary | 100111 | 10101000 | 11010000 | 1010001 | 10011 | 0 | 10010 | 11000010 | 1000100 | 110000 |
Color Harmonies of #27A8D0
Complementary color
Monochromatic Colors of #27A8D0
Black with #27A8D0
Text Example
Text Example
White with #27A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A8D0; }
p { color: rgb(39,168,208); }
H1.HeaderClassName
{
color: #27A8D0;
}
.AnyTagClassName
{
color: #27A8D0;
}
</style>
background-color css
<style>
a { background-color: #27A8D0; }
a { background-color: rgb(39,168,208); }
div.DivClassName
{
background-color: #27A8D0;
}
.BgClassName
{
background-color: #27A8D0;
}
</style>
border-color css
<style>
span { border-color: #27A8D0; }
span { border-color: rgb(39,168,208); }
td.TdClassName
{
border-color: #27A8D0;
}
.TagClassName
{
border-color: #27A8D0;
}
</style>