Shades of Pelorous #27A2BC
Tints of Pelorous #27A2BC
RGB
CMYK
RGB Variations
Color information
#27A2BC (or 0x27A2BC) is known color: Pelorous. HEX triplet: 27, A2 and BC. RGB value is (39,162,188). Sum of RGB (Red+Green+Blue) = 39+162+188=389 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.03% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #27A2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A2BC is #D85D43. Grayscale: #7F7F7F. Windows color (decimal): -14179652 or 12362279. OLE color: 12362279.
HSL color Cylindrical-coordinate representation of color #27A2BC: hue angle of 190.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27A2BC is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 162 | 188 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.26 |
| HSL | 190.47º | 0.66% | 0.45% | - |
| HSV(B) | 190.47º | 0.79% | 0.74% | - |
| XYZ | 22.83 | 29.9 | 52.15 | - |
| YUV | 128.19 | 161.75 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 188 | 0.79 | 0.14 | 0 | 0.26 | 190.47 | 0.66 | 0.45 |
| Hex | 27 | A2 | BC | 4F | E | 0 | 1A | BE | 42 | 2D |
| Octal | 47 | 242 | 274 | 117 | 16 | 0 | 32 | 276 | 102 | 55 |
| Binary | 100111 | 10100010 | 10111100 | 1001111 | 1110 | 0 | 11010 | 10111110 | 1000010 | 101101 |
Color Harmonies of #27A2BC
Complementary color
Monochromatic Colors of #27A2BC
Black with #27A2BC
Text Example
Text Example
White with #27A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A2BC; }
p { color: rgb(39,162,188); }
H1.HeaderClassName
{
color: #27A2BC;
}
.AnyTagClassName
{
color: #27A2BC;
}
</style>
background-color css
<style>
a { background-color: #27A2BC; }
a { background-color: rgb(39,162,188); }
div.DivClassName
{
background-color: #27A2BC;
}
.BgClassName
{
background-color: #27A2BC;
}
</style>
border-color css
<style>
span { border-color: #27A2BC; }
span { border-color: rgb(39,162,188); }
td.TdClassName
{
border-color: #27A2BC;
}
.TagClassName
{
border-color: #27A2BC;
}
</style>