Shades of Pelorous #27A9BD
Tints of Pelorous #27A9BD
RGB
CMYK
RGB Variations
Color information
#27A9BD (or 0x27A9BD) is known color: Pelorous. HEX triplet: 27, A9 and BD. RGB value is (39,169,189). Sum of RGB (Red+Green+Blue) = 39+169+189=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #27A9BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A9BD is #D85642. Grayscale: #848484. Windows color (decimal): -14177859 or 12429607. OLE color: 12429607.
HSL color Cylindrical-coordinate representation of color #27A9BD: hue angle of 188º 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 #27A9BD is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 169 | 189 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.26 |
| HSL | 188º | 0.66% | 0.45% | - |
| HSV(B) | 188º | 0.79% | 0.74% | - |
| XYZ | 24.21 | 32.48 | 53.14 | - |
| YUV | 132.41 | 159.93 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 169 | 189 | 0.79 | 0.11 | 0 | 0.26 | 188 | 0.66 | 0.45 |
| Hex | 27 | A9 | BD | 4F | B | 0 | 1A | BC | 42 | 2D |
| Octal | 47 | 251 | 275 | 117 | 13 | 0 | 32 | 274 | 102 | 55 |
| Binary | 100111 | 10101001 | 10111101 | 1001111 | 1011 | 0 | 11010 | 10111100 | 1000010 | 101101 |
Color Harmonies of #27A9BD
Complementary color
Monochromatic Colors of #27A9BD
Black with #27A9BD
Text Example
Text Example
White with #27A9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A9BD; }
p { color: rgb(39,169,189); }
H1.HeaderClassName
{
color: #27A9BD;
}
.AnyTagClassName
{
color: #27A9BD;
}
</style>
background-color css
<style>
a { background-color: #27A9BD; }
a { background-color: rgb(39,169,189); }
div.DivClassName
{
background-color: #27A9BD;
}
.BgClassName
{
background-color: #27A9BD;
}
</style>
border-color css
<style>
span { border-color: #27A9BD; }
span { border-color: rgb(39,169,189); }
td.TdClassName
{
border-color: #27A9BD;
}
.TagClassName
{
border-color: #27A9BD;
}
</style>