Shades of Pelorous #27AEC1
Tints of Pelorous #27AEC1
RGB
CMYK
RGB Variations
Color information
#27AEC1 (or 0x27AEC1) is known color: Pelorous. HEX triplet: 27, AE and C1. RGB value is (39,174,193). Sum of RGB (Red+Green+Blue) = 39+174+193=406 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.61% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #27AEC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AEC1 is #D8513E. Grayscale: #878787. Windows color (decimal): -14176575 or 12693031. OLE color: 12693031.
HSL color Cylindrical-coordinate representation of color #27AEC1: hue angle of 187.4º 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 #27AEC1 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 174 | 193 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.24 |
| HSL | 187.4º | 0.66% | 0.45% | - |
| HSV(B) | 187.4º | 0.8% | 0.76% | - |
| XYZ | 25.6 | 34.55 | 55.77 | - |
| YUV | 135.8 | 160.27 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 174 | 193 | 0.80 | 0.10 | 0 | 0.24 | 187.4 | 0.66 | 0.45 |
| Hex | 27 | AE | C1 | 50 | A | 0 | 18 | BB | 42 | 2D |
| Octal | 47 | 256 | 301 | 120 | 12 | 0 | 30 | 273 | 102 | 55 |
| Binary | 100111 | 10101110 | 11000001 | 1010000 | 1010 | 0 | 11000 | 10111011 | 1000010 | 101101 |
Color Harmonies of #27AEC1
Complementary color
Monochromatic Colors of #27AEC1
Black with #27AEC1
Text Example
Text Example
White with #27AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AEC1; }
p { color: rgb(39,174,193); }
H1.HeaderClassName
{
color: #27AEC1;
}
.AnyTagClassName
{
color: #27AEC1;
}
</style>
background-color css
<style>
a { background-color: #27AEC1; }
a { background-color: rgb(39,174,193); }
div.DivClassName
{
background-color: #27AEC1;
}
.BgClassName
{
background-color: #27AEC1;
}
</style>
border-color css
<style>
span { border-color: #27AEC1; }
span { border-color: rgb(39,174,193); }
td.TdClassName
{
border-color: #27AEC1;
}
.TagClassName
{
border-color: #27AEC1;
}
</style>