Shades of Pelorous #1D8DBF
Tints of Pelorous #1D8DBF
RGB
CMYK
RGB Variations
Color information
#1D8DBF (or 0x1D8DBF) is known color: Pelorous. HEX triplet: 1D, 8D and BF. RGB value is (29,141,191). Sum of RGB (Red+Green+Blue) = 29+141+191=361 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.03% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D8DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8DBF is #E27240. Grayscale: #707070. Windows color (decimal): -14840385 or 12553501. OLE color: 12553501.
HSL color Cylindrical-coordinate representation of color #1D8DBF: hue angle of 198.52º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D8DBF is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 141 | 191 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.25 |
| HSL | 198.52º | 0.74% | 0.43% | - |
| HSV(B) | 198.52º | 0.85% | 0.75% | - |
| XYZ | 19.44 | 23.07 | 52.72 | - |
| YUV | 113.21 | 171.89 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 141 | 191 | 0.85 | 0.26 | 0 | 0.25 | 198.52 | 0.74 | 0.43 |
| Hex | 1D | 8D | BF | 55 | 1A | 0 | 19 | C7 | 4A | 2B |
| Octal | 35 | 215 | 277 | 125 | 32 | 0 | 31 | 307 | 112 | 53 |
| Binary | 11101 | 10001101 | 10111111 | 1010101 | 11010 | 0 | 11001 | 11000111 | 1001010 | 101011 |
Color Harmonies of #1D8DBF
Complementary color
Monochromatic Colors of #1D8DBF
Black with #1D8DBF
Text Example
Text Example
White with #1D8DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8DBF; }
p { color: rgb(29,141,191); }
H1.HeaderClassName
{
color: #1D8DBF;
}
.AnyTagClassName
{
color: #1D8DBF;
}
</style>
background-color css
<style>
a { background-color: #1D8DBF; }
a { background-color: rgb(29,141,191); }
div.DivClassName
{
background-color: #1D8DBF;
}
.BgClassName
{
background-color: #1D8DBF;
}
</style>
border-color css
<style>
span { border-color: #1D8DBF; }
span { border-color: rgb(29,141,191); }
td.TdClassName
{
border-color: #1D8DBF;
}
.TagClassName
{
border-color: #1D8DBF;
}
</style>