Shades of Pelorous #1D9BBB
Tints of Pelorous #1D9BBB
RGB
CMYK
RGB Variations
Color information
#1D9BBB (or 0x1D9BBB) is known color: Pelorous. HEX triplet: 1D, 9B and BB. RGB value is (29,155,187). Sum of RGB (Red+Green+Blue) = 29+155+187=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D9BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9BBB is #E26444. Grayscale: #787878. Windows color (decimal): -14836805 or 12294941. OLE color: 12294941.
HSL color Cylindrical-coordinate representation of color #1D9BBB: hue angle of 192.15º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D9BBB is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 155 | 187 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.27 |
| HSL | 192.15º | 0.73% | 0.42% | - |
| HSV(B) | 192.15º | 0.84% | 0.73% | - |
| XYZ | 21.2 | 27.29 | 51.16 | - |
| YUV | 120.97 | 165.26 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 155 | 187 | 0.84 | 0.17 | 0 | 0.27 | 192.15 | 0.73 | 0.42 |
| Hex | 1D | 9B | BB | 54 | 11 | 0 | 1B | C0 | 49 | 2A |
| Octal | 35 | 233 | 273 | 124 | 21 | 0 | 33 | 300 | 111 | 52 |
| Binary | 11101 | 10011011 | 10111011 | 1010100 | 10001 | 0 | 11011 | 11000000 | 1001001 | 101010 |
Color Harmonies of #1D9BBB
Complementary color
Monochromatic Colors of #1D9BBB
Black with #1D9BBB
Text Example
Text Example
White with #1D9BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9BBB; }
p { color: rgb(29,155,187); }
H1.HeaderClassName
{
color: #1D9BBB;
}
.AnyTagClassName
{
color: #1D9BBB;
}
</style>
background-color css
<style>
a { background-color: #1D9BBB; }
a { background-color: rgb(29,155,187); }
div.DivClassName
{
background-color: #1D9BBB;
}
.BgClassName
{
background-color: #1D9BBB;
}
</style>
border-color css
<style>
span { border-color: #1D9BBB; }
span { border-color: rgb(29,155,187); }
td.TdClassName
{
border-color: #1D9BBB;
}
.TagClassName
{
border-color: #1D9BBB;
}
</style>