Shades of Pelorous #1D8EB0
Tints of Pelorous #1D8EB0
RGB
CMYK
RGB Variations
Color information
#1D8EB0 (or 0x1D8EB0) is known color: Pelorous. HEX triplet: 1D, 8E and B0. RGB value is (29,142,176). Sum of RGB (Red+Green+Blue) = 29+142+176=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 176 (69.14% from 255 or 50.72% from 347); Max value from RGB is 176 - color contains mainly: blue. Hex color #1D8EB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8EB0 is #E2714F. Grayscale: #6F6F6F. Windows color (decimal): -14840144 or 11570717. OLE color: 11570717.
HSL color Cylindrical-coordinate representation of color #1D8EB0: hue angle of 193.88º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D8EB0 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 142 | 176 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.31 |
| HSL | 193.88º | 0.72% | 0.4% | - |
| HSV(B) | 193.88º | 0.84% | 0.69% | - |
| XYZ | 18.02 | 22.74 | 44.51 | - |
| YUV | 112.09 | 164.06 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 142 | 176 | 0.84 | 0.19 | 0 | 0.31 | 193.88 | 0.72 | 0.4 |
| Hex | 1D | 8E | B0 | 54 | 13 | 0 | 1F | C2 | 48 | 28 |
| Octal | 35 | 216 | 260 | 124 | 23 | 0 | 37 | 302 | 110 | 50 |
| Binary | 11101 | 10001110 | 10110000 | 1010100 | 10011 | 0 | 11111 | 11000010 | 1001000 | 101000 |
Color Harmonies of #1D8EB0
Complementary color
Monochromatic Colors of #1D8EB0
Black with #1D8EB0
Text Example
Text Example
White with #1D8EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8EB0; }
p { color: rgb(29,142,176); }
H1.HeaderClassName
{
color: #1D8EB0;
}
.AnyTagClassName
{
color: #1D8EB0;
}
</style>
background-color css
<style>
a { background-color: #1D8EB0; }
a { background-color: rgb(29,142,176); }
div.DivClassName
{
background-color: #1D8EB0;
}
.BgClassName
{
background-color: #1D8EB0;
}
</style>
border-color css
<style>
span { border-color: #1D8EB0; }
span { border-color: rgb(29,142,176); }
td.TdClassName
{
border-color: #1D8EB0;
}
.TagClassName
{
border-color: #1D8EB0;
}
</style>