Shades of Pelorous #1DABC1
Tints of Pelorous #1DABC1
RGB
CMYK
RGB Variations
Color information
#1DABC1 (or 0x1DABC1) is known color: Pelorous. HEX triplet: 1D, AB and C1. RGB value is (29,171,193). Sum of RGB (Red+Green+Blue) = 29+171+193=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #1DABC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DABC1 is #E2543E. Grayscale: #828282. Windows color (decimal): -14832703 or 12692253. OLE color: 12692253.
HSL color Cylindrical-coordinate representation of color #1DABC1: hue angle of 188.05º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DABC1 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 171 | 193 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.24 |
| HSL | 188.05º | 0.74% | 0.44% | - |
| HSV(B) | 188.05º | 0.85% | 0.76% | - |
| XYZ | 24.7 | 33.24 | 55.57 | - |
| YUV | 131.05 | 162.96 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 193 | 0.85 | 0.11 | 0 | 0.24 | 188.05 | 0.74 | 0.44 |
| Hex | 1D | AB | C1 | 55 | B | 0 | 18 | BC | 4A | 2C |
| Octal | 35 | 253 | 301 | 125 | 13 | 0 | 30 | 274 | 112 | 54 |
| Binary | 11101 | 10101011 | 11000001 | 1010101 | 1011 | 0 | 11000 | 10111100 | 1001010 | 101100 |
Color Harmonies of #1DABC1
Complementary color
Monochromatic Colors of #1DABC1
Black with #1DABC1
Text Example
Text Example
White with #1DABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DABC1; }
p { color: rgb(29,171,193); }
H1.HeaderClassName
{
color: #1DABC1;
}
.AnyTagClassName
{
color: #1DABC1;
}
</style>
background-color css
<style>
a { background-color: #1DABC1; }
a { background-color: rgb(29,171,193); }
div.DivClassName
{
background-color: #1DABC1;
}
.BgClassName
{
background-color: #1DABC1;
}
</style>
border-color css
<style>
span { border-color: #1DABC1; }
span { border-color: rgb(29,171,193); }
td.TdClassName
{
border-color: #1DABC1;
}
.TagClassName
{
border-color: #1DABC1;
}
</style>