Shades of Summer Sky #27AAD0
Tints of Summer Sky #27AAD0
RGB
CMYK
RGB Variations
Color information
#27AAD0 (or 0x27AAD0) is known color: Summer Sky. HEX triplet: 27, AA and D0. RGB value is (39,170,208). Sum of RGB (Red+Green+Blue) = 39+170+208=417 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.35% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #27AAD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AAD0 is #D8552F. Grayscale: #868686. Windows color (decimal): -14177584 or 13675047. OLE color: 13675047.
HSL color Cylindrical-coordinate representation of color #27AAD0: hue angle of 193.49º 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 #27AAD0 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 170 | 208 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.18 |
| HSL | 193.49º | 0.68% | 0.48% | - |
| HSV(B) | 193.49º | 0.81% | 0.82% | - |
| XYZ | 26.6 | 33.73 | 64.78 | - |
| YUV | 135.16 | 169.1 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 170 | 208 | 0.81 | 0.18 | 0 | 0.18 | 193.49 | 0.68 | 0.48 |
| Hex | 27 | AA | D0 | 51 | 12 | 0 | 12 | C1 | 44 | 30 |
| Octal | 47 | 252 | 320 | 121 | 22 | 0 | 22 | 301 | 104 | 60 |
| Binary | 100111 | 10101010 | 11010000 | 1010001 | 10010 | 0 | 10010 | 11000001 | 1000100 | 110000 |
Color Harmonies of #27AAD0
Complementary color
Monochromatic Colors of #27AAD0
Black with #27AAD0
Text Example
Text Example
White with #27AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AAD0; }
p { color: rgb(39,170,208); }
H1.HeaderClassName
{
color: #27AAD0;
}
.AnyTagClassName
{
color: #27AAD0;
}
</style>
background-color css
<style>
a { background-color: #27AAD0; }
a { background-color: rgb(39,170,208); }
div.DivClassName
{
background-color: #27AAD0;
}
.BgClassName
{
background-color: #27AAD0;
}
</style>
border-color css
<style>
span { border-color: #27AAD0; }
span { border-color: rgb(39,170,208); }
td.TdClassName
{
border-color: #27AAD0;
}
.TagClassName
{
border-color: #27AAD0;
}
</style>