Shades of Pelorous #1D9CBB
Tints of Pelorous #1D9CBB
RGB
CMYK
RGB Variations
Color information
#1D9CBB (or 0x1D9CBB) is known color: Pelorous. HEX triplet: 1D, 9C and BB. RGB value is (29,156,187). Sum of RGB (Red+Green+Blue) = 29+156+187=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D9CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9CBB is #E26344. Grayscale: #797979. Windows color (decimal): -14836549 or 12295197. OLE color: 12295197.
HSL color Cylindrical-coordinate representation of color #1D9CBB: hue angle of 191.77º 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 #1D9CBB is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 156 | 187 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.27 |
| HSL | 191.77º | 0.73% | 0.42% | - |
| HSV(B) | 191.77º | 0.84% | 0.73% | - |
| XYZ | 21.36 | 27.63 | 51.22 | - |
| YUV | 121.56 | 164.92 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 187 | 0.84 | 0.17 | 0 | 0.27 | 191.77 | 0.73 | 0.42 |
| Hex | 1D | 9C | BB | 54 | 11 | 0 | 1B | C0 | 49 | 2A |
| Octal | 35 | 234 | 273 | 124 | 21 | 0 | 33 | 300 | 111 | 52 |
| Binary | 11101 | 10011100 | 10111011 | 1010100 | 10001 | 0 | 11011 | 11000000 | 1001001 | 101010 |
Color Harmonies of #1D9CBB
Complementary color
Monochromatic Colors of #1D9CBB
Black with #1D9CBB
Text Example
Text Example
White with #1D9CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9CBB; }
p { color: rgb(29,156,187); }
H1.HeaderClassName
{
color: #1D9CBB;
}
.AnyTagClassName
{
color: #1D9CBB;
}
</style>
background-color css
<style>
a { background-color: #1D9CBB; }
a { background-color: rgb(29,156,187); }
div.DivClassName
{
background-color: #1D9CBB;
}
.BgClassName
{
background-color: #1D9CBB;
}
</style>
border-color css
<style>
span { border-color: #1D9CBB; }
span { border-color: rgb(29,156,187); }
td.TdClassName
{
border-color: #1D9CBB;
}
.TagClassName
{
border-color: #1D9CBB;
}
</style>