Shades of Pelorous #27ABC1
Tints of Pelorous #27ABC1
RGB
CMYK
RGB Variations
Color information
#27ABC1 (or 0x27ABC1) is known color: Pelorous. HEX triplet: 27, AB and C1. RGB value is (39,171,193). Sum of RGB (Red+Green+Blue) = 39+171+193=403 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.68% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #27ABC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27ABC1 is #D8543E. Grayscale: #858585. Windows color (decimal): -14177343 or 12692263. OLE color: 12692263.
HSL color Cylindrical-coordinate representation of color #27ABC1: hue angle of 188.57º 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 #27ABC1 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 171 | 193 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.24 |
| HSL | 188.57º | 0.66% | 0.45% | - |
| HSV(B) | 188.57º | 0.8% | 0.76% | - |
| XYZ | 25.03 | 33.41 | 55.58 | - |
| YUV | 134.04 | 161.27 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 171 | 193 | 0.80 | 0.11 | 0 | 0.24 | 188.57 | 0.66 | 0.45 |
| Hex | 27 | AB | C1 | 50 | B | 0 | 18 | BD | 42 | 2D |
| Octal | 47 | 253 | 301 | 120 | 13 | 0 | 30 | 275 | 102 | 55 |
| Binary | 100111 | 10101011 | 11000001 | 1010000 | 1011 | 0 | 11000 | 10111101 | 1000010 | 101101 |
Color Harmonies of #27ABC1
Complementary color
Monochromatic Colors of #27ABC1
Black with #27ABC1
Text Example
Text Example
White with #27ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ABC1; }
p { color: rgb(39,171,193); }
H1.HeaderClassName
{
color: #27ABC1;
}
.AnyTagClassName
{
color: #27ABC1;
}
</style>
background-color css
<style>
a { background-color: #27ABC1; }
a { background-color: rgb(39,171,193); }
div.DivClassName
{
background-color: #27ABC1;
}
.BgClassName
{
background-color: #27ABC1;
}
</style>
border-color css
<style>
span { border-color: #27ABC1; }
span { border-color: rgb(39,171,193); }
td.TdClassName
{
border-color: #27ABC1;
}
.TagClassName
{
border-color: #27ABC1;
}
</style>