Shades of Pelorous #1B8DBD
Tints of Pelorous #1B8DBD
RGB
CMYK
RGB Variations
Color information
#1B8DBD (or 0x1B8DBD) is known color: Pelorous. HEX triplet: 1B, 8D and BD. RGB value is (27,141,189). Sum of RGB (Red+Green+Blue) = 27+141+189=357 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.56% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B8DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8DBD is #E47242. Grayscale: #707070. Windows color (decimal): -14971459 or 12422427. OLE color: 12422427.
HSL color Cylindrical-coordinate representation of color #1B8DBD: hue angle of 197.78º 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 #1B8DBD is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 141 | 189 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.26 |
| HSL | 197.78º | 0.75% | 0.42% | - |
| HSV(B) | 197.78º | 0.86% | 0.74% | - |
| XYZ | 19.16 | 22.96 | 51.57 | - |
| YUV | 112.39 | 171.23 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 141 | 189 | 0.86 | 0.25 | 0 | 0.26 | 197.78 | 0.75 | 0.42 |
| Hex | 1B | 8D | BD | 56 | 19 | 0 | 1A | C6 | 4B | 2A |
| Octal | 33 | 215 | 275 | 126 | 31 | 0 | 32 | 306 | 113 | 52 |
| Binary | 11011 | 10001101 | 10111101 | 1010110 | 11001 | 0 | 11010 | 11000110 | 1001011 | 101010 |
Color Harmonies of #1B8DBD
Complementary color
Monochromatic Colors of #1B8DBD
Black with #1B8DBD
Text Example
Text Example
White with #1B8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8DBD; }
p { color: rgb(27,141,189); }
H1.HeaderClassName
{
color: #1B8DBD;
}
.AnyTagClassName
{
color: #1B8DBD;
}
</style>
background-color css
<style>
a { background-color: #1B8DBD; }
a { background-color: rgb(27,141,189); }
div.DivClassName
{
background-color: #1B8DBD;
}
.BgClassName
{
background-color: #1B8DBD;
}
</style>
border-color css
<style>
span { border-color: #1B8DBD; }
span { border-color: rgb(27,141,189); }
td.TdClassName
{
border-color: #1B8DBD;
}
.TagClassName
{
border-color: #1B8DBD;
}
</style>