Shades of Pelorous #1D9DBB
Tints of Pelorous #1D9DBB
RGB
CMYK
RGB Variations
Color information
#1D9DBB (or 0x1D9DBB) is known color: Pelorous. HEX triplet: 1D, 9D and BB. RGB value is (29,157,187). Sum of RGB (Red+Green+Blue) = 29+157+187=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D9DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9DBB is #E26244. Grayscale: #797979. Windows color (decimal): -14836293 or 12295453. OLE color: 12295453.
HSL color Cylindrical-coordinate representation of color #1D9DBB: hue angle of 191.39º 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 #1D9DBB is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 157 | 187 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.27 |
| HSL | 191.39º | 0.73% | 0.42% | - |
| HSV(B) | 191.39º | 0.84% | 0.73% | - |
| XYZ | 21.53 | 27.96 | 51.28 | - |
| YUV | 122.15 | 164.59 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 157 | 187 | 0.84 | 0.16 | 0 | 0.27 | 191.39 | 0.73 | 0.42 |
| Hex | 1D | 9D | BB | 54 | 10 | 0 | 1B | BF | 49 | 2A |
| Octal | 35 | 235 | 273 | 124 | 20 | 0 | 33 | 277 | 111 | 52 |
| Binary | 11101 | 10011101 | 10111011 | 1010100 | 10000 | 0 | 11011 | 10111111 | 1001001 | 101010 |
Color Harmonies of #1D9DBB
Complementary color
Monochromatic Colors of #1D9DBB
Black with #1D9DBB
Text Example
Text Example
White with #1D9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9DBB; }
p { color: rgb(29,157,187); }
H1.HeaderClassName
{
color: #1D9DBB;
}
.AnyTagClassName
{
color: #1D9DBB;
}
</style>
background-color css
<style>
a { background-color: #1D9DBB; }
a { background-color: rgb(29,157,187); }
div.DivClassName
{
background-color: #1D9DBB;
}
.BgClassName
{
background-color: #1D9DBB;
}
</style>
border-color css
<style>
span { border-color: #1D9DBB; }
span { border-color: rgb(29,157,187); }
td.TdClassName
{
border-color: #1D9DBB;
}
.TagClassName
{
border-color: #1D9DBB;
}
</style>