Shades of Pelorous #1B9ABB
Tints of Pelorous #1B9ABB
RGB
CMYK
RGB Variations
Color information
#1B9ABB (or 0x1B9ABB) is known color: Pelorous. HEX triplet: 1B, 9A and BB. RGB value is (27,154,187). Sum of RGB (Red+Green+Blue) = 27+154+187=368 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.34% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B9ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9ABB is #E46544. Grayscale: #777777. Windows color (decimal): -14968133 or 12294683. OLE color: 12294683.
HSL color Cylindrical-coordinate representation of color #1B9ABB: hue angle of 192.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B9ABB is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 154 | 187 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.27 |
| HSL | 192.38º | 0.75% | 0.42% | - |
| HSV(B) | 192.38º | 0.86% | 0.73% | - |
| XYZ | 20.98 | 26.93 | 51.11 | - |
| YUV | 119.79 | 165.92 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 154 | 187 | 0.86 | 0.18 | 0 | 0.27 | 192.38 | 0.75 | 0.42 |
| Hex | 1B | 9A | BB | 56 | 12 | 0 | 1B | C0 | 4B | 2A |
| Octal | 33 | 232 | 273 | 126 | 22 | 0 | 33 | 300 | 113 | 52 |
| Binary | 11011 | 10011010 | 10111011 | 1010110 | 10010 | 0 | 11011 | 11000000 | 1001011 | 101010 |
Color Harmonies of #1B9ABB
Complementary color
Monochromatic Colors of #1B9ABB
Black with #1B9ABB
Text Example
Text Example
White with #1B9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9ABB; }
p { color: rgb(27,154,187); }
H1.HeaderClassName
{
color: #1B9ABB;
}
.AnyTagClassName
{
color: #1B9ABB;
}
</style>
background-color css
<style>
a { background-color: #1B9ABB; }
a { background-color: rgb(27,154,187); }
div.DivClassName
{
background-color: #1B9ABB;
}
.BgClassName
{
background-color: #1B9ABB;
}
</style>
border-color css
<style>
span { border-color: #1B9ABB; }
span { border-color: rgb(27,154,187); }
td.TdClassName
{
border-color: #1B9ABB;
}
.TagClassName
{
border-color: #1B9ABB;
}
</style>