Shades of Pelorous #1BA2BD
Tints of Pelorous #1BA2BD
RGB
CMYK
RGB Variations
Color information
#1BA2BD (or 0x1BA2BD) is known color: Pelorous. HEX triplet: 1B, A2 and BD. RGB value is (27,162,189). Sum of RGB (Red+Green+Blue) = 27+162+189=378 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.14% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #1BA2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA2BD is #E45D42. Grayscale: #7C7C7C. Windows color (decimal): -14966083 or 12427803. OLE color: 12427803.
HSL color Cylindrical-coordinate representation of color #1BA2BD: hue angle of 190º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BA2BD is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 162 | 189 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.26 |
| HSL | 190º | 0.75% | 0.42% | - |
| HSV(B) | 190º | 0.86% | 0.74% | - |
| XYZ | 22.56 | 29.75 | 52.7 | - |
| YUV | 124.71 | 164.27 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 162 | 189 | 0.86 | 0.14 | 0 | 0.26 | 190 | 0.75 | 0.42 |
| Hex | 1B | A2 | BD | 56 | E | 0 | 1A | BE | 4B | 2A |
| Octal | 33 | 242 | 275 | 126 | 16 | 0 | 32 | 276 | 113 | 52 |
| Binary | 11011 | 10100010 | 10111101 | 1010110 | 1110 | 0 | 11010 | 10111110 | 1001011 | 101010 |
Color Harmonies of #1BA2BD
Complementary color
Monochromatic Colors of #1BA2BD
Black with #1BA2BD
Text Example
Text Example
White with #1BA2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA2BD; }
p { color: rgb(27,162,189); }
H1.HeaderClassName
{
color: #1BA2BD;
}
.AnyTagClassName
{
color: #1BA2BD;
}
</style>
background-color css
<style>
a { background-color: #1BA2BD; }
a { background-color: rgb(27,162,189); }
div.DivClassName
{
background-color: #1BA2BD;
}
.BgClassName
{
background-color: #1BA2BD;
}
</style>
border-color css
<style>
span { border-color: #1BA2BD; }
span { border-color: rgb(27,162,189); }
td.TdClassName
{
border-color: #1BA2BD;
}
.TagClassName
{
border-color: #1BA2BD;
}
</style>