Shades of Pelorous #27ACC1
Tints of Pelorous #27ACC1
RGB
CMYK
RGB Variations
Color information
#27ACC1 (or 0x27ACC1) is known color: Pelorous. HEX triplet: 27, AC and C1. RGB value is (39,172,193). Sum of RGB (Red+Green+Blue) = 39+172+193=404 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.65% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #27ACC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27ACC1 is #D8533E. Grayscale: #868686. Windows color (decimal): -14177087 or 12692519. OLE color: 12692519.
HSL color Cylindrical-coordinate representation of color #27ACC1: hue angle of 188.18º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27ACC1 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 172 | 193 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.24 |
| HSL | 188.18º | 0.66% | 0.45% | - |
| HSV(B) | 188.18º | 0.8% | 0.76% | - |
| XYZ | 25.21 | 33.79 | 55.64 | - |
| YUV | 134.63 | 160.94 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 172 | 193 | 0.80 | 0.11 | 0 | 0.24 | 188.18 | 0.66 | 0.45 |
| Hex | 27 | AC | C1 | 50 | B | 0 | 18 | BC | 42 | 2D |
| Octal | 47 | 254 | 301 | 120 | 13 | 0 | 30 | 274 | 102 | 55 |
| Binary | 100111 | 10101100 | 11000001 | 1010000 | 1011 | 0 | 11000 | 10111100 | 1000010 | 101101 |
Color Harmonies of #27ACC1
Complementary color
Monochromatic Colors of #27ACC1
Black with #27ACC1
Text Example
Text Example
White with #27ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ACC1; }
p { color: rgb(39,172,193); }
H1.HeaderClassName
{
color: #27ACC1;
}
.AnyTagClassName
{
color: #27ACC1;
}
</style>
background-color css
<style>
a { background-color: #27ACC1; }
a { background-color: rgb(39,172,193); }
div.DivClassName
{
background-color: #27ACC1;
}
.BgClassName
{
background-color: #27ACC1;
}
</style>
border-color css
<style>
span { border-color: #27ACC1; }
span { border-color: rgb(39,172,193); }
td.TdClassName
{
border-color: #27ACC1;
}
.TagClassName
{
border-color: #27ACC1;
}
</style>