Shades of Pelorous #1B9DBF
Tints of Pelorous #1B9DBF
RGB
CMYK
RGB Variations
Color information
#1B9DBF (or 0x1B9DBF) is known color: Pelorous. HEX triplet: 1B, 9D and BF. RGB value is (27,157,191). Sum of RGB (Red+Green+Blue) = 27+157+191=375 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.2% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #1B9DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9DBF is #E46240. Grayscale: #797979. Windows color (decimal): -14967361 or 12557595. OLE color: 12557595.
HSL color Cylindrical-coordinate representation of color #1B9DBF: hue angle of 192.44º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B9DBF is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 157 | 191 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.25 |
| HSL | 192.44º | 0.75% | 0.43% | - |
| HSV(B) | 192.44º | 0.86% | 0.75% | - |
| XYZ | 21.91 | 28.11 | 53.56 | - |
| YUV | 122.01 | 166.93 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 157 | 191 | 0.86 | 0.18 | 0 | 0.25 | 192.44 | 0.75 | 0.43 |
| Hex | 1B | 9D | BF | 56 | 12 | 0 | 19 | C0 | 4B | 2B |
| Octal | 33 | 235 | 277 | 126 | 22 | 0 | 31 | 300 | 113 | 53 |
| Binary | 11011 | 10011101 | 10111111 | 1010110 | 10010 | 0 | 11001 | 11000000 | 1001011 | 101011 |
Color Harmonies of #1B9DBF
Complementary color
Monochromatic Colors of #1B9DBF
Black with #1B9DBF
Text Example
Text Example
White with #1B9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9DBF; }
p { color: rgb(27,157,191); }
H1.HeaderClassName
{
color: #1B9DBF;
}
.AnyTagClassName
{
color: #1B9DBF;
}
</style>
background-color css
<style>
a { background-color: #1B9DBF; }
a { background-color: rgb(27,157,191); }
div.DivClassName
{
background-color: #1B9DBF;
}
.BgClassName
{
background-color: #1B9DBF;
}
</style>
border-color css
<style>
span { border-color: #1B9DBF; }
span { border-color: rgb(27,157,191); }
td.TdClassName
{
border-color: #1B9DBF;
}
.TagClassName
{
border-color: #1B9DBF;
}
</style>