Shades of Pelorous #1B9AB3
Tints of Pelorous #1B9AB3
RGB
CMYK
RGB Variations
Color information
#1B9AB3 (or 0x1B9AB3) is known color: Pelorous. HEX triplet: 1B, 9A and B3. RGB value is (27,154,179). Sum of RGB (Red+Green+Blue) = 27+154+179=360 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.5% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #1B9AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9AB3 is #E4654C. Grayscale: #767676. Windows color (decimal): -14968141 or 11770395. OLE color: 11770395.
HSL color Cylindrical-coordinate representation of color #1B9AB3: hue angle of 189.87º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B9AB3 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 154 | 179 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.30 |
| HSL | 189.87º | 0.74% | 0.4% | - |
| HSV(B) | 189.87º | 0.85% | 0.7% | - |
| XYZ | 20.14 | 26.6 | 46.72 | - |
| YUV | 118.88 | 161.92 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 154 | 179 | 0.85 | 0.14 | 0 | 0.30 | 189.87 | 0.74 | 0.4 |
| Hex | 1B | 9A | B3 | 55 | E | 0 | 1E | BE | 4A | 28 |
| Octal | 33 | 232 | 263 | 125 | 16 | 0 | 36 | 276 | 112 | 50 |
| Binary | 11011 | 10011010 | 10110011 | 1010101 | 1110 | 0 | 11110 | 10111110 | 1001010 | 101000 |
Color Harmonies of #1B9AB3
Complementary color
Monochromatic Colors of #1B9AB3
Black with #1B9AB3
Text Example
Text Example
White with #1B9AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9AB3; }
p { color: rgb(27,154,179); }
H1.HeaderClassName
{
color: #1B9AB3;
}
.AnyTagClassName
{
color: #1B9AB3;
}
</style>
background-color css
<style>
a { background-color: #1B9AB3; }
a { background-color: rgb(27,154,179); }
div.DivClassName
{
background-color: #1B9AB3;
}
.BgClassName
{
background-color: #1B9AB3;
}
</style>
border-color css
<style>
span { border-color: #1B9AB3; }
span { border-color: rgb(27,154,179); }
td.TdClassName
{
border-color: #1B9AB3;
}
.TagClassName
{
border-color: #1B9AB3;
}
</style>