Shades of Pelorous #1B9ABD
Tints of Pelorous #1B9ABD
RGB
CMYK
RGB Variations
Color information
#1B9ABD (or 0x1B9ABD) is known color: Pelorous. HEX triplet: 1B, 9A and BD. RGB value is (27,154,189). Sum of RGB (Red+Green+Blue) = 27+154+189=370 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.30% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B9ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9ABD is #E46542. Grayscale: #777777. Windows color (decimal): -14968131 or 12425755. OLE color: 12425755.
HSL color Cylindrical-coordinate representation of color #1B9ABD: hue angle of 192.96º 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 #1B9ABD is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 154 | 189 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.26 |
| HSL | 192.96º | 0.75% | 0.42% | - |
| HSV(B) | 192.96º | 0.86% | 0.74% | - |
| XYZ | 21.19 | 27.02 | 52.24 | - |
| YUV | 120.02 | 166.92 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 154 | 189 | 0.86 | 0.19 | 0 | 0.26 | 192.96 | 0.75 | 0.42 |
| Hex | 1B | 9A | BD | 56 | 13 | 0 | 1A | C1 | 4B | 2A |
| Octal | 33 | 232 | 275 | 126 | 23 | 0 | 32 | 301 | 113 | 52 |
| Binary | 11011 | 10011010 | 10111101 | 1010110 | 10011 | 0 | 11010 | 11000001 | 1001011 | 101010 |
Color Harmonies of #1B9ABD
Complementary color
Monochromatic Colors of #1B9ABD
Black with #1B9ABD
Text Example
Text Example
White with #1B9ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9ABD; }
p { color: rgb(27,154,189); }
H1.HeaderClassName
{
color: #1B9ABD;
}
.AnyTagClassName
{
color: #1B9ABD;
}
</style>
background-color css
<style>
a { background-color: #1B9ABD; }
a { background-color: rgb(27,154,189); }
div.DivClassName
{
background-color: #1B9ABD;
}
.BgClassName
{
background-color: #1B9ABD;
}
</style>
border-color css
<style>
span { border-color: #1B9ABD; }
span { border-color: rgb(27,154,189); }
td.TdClassName
{
border-color: #1B9ABD;
}
.TagClassName
{
border-color: #1B9ABD;
}
</style>