Shades of Pelorous #1DACBD
Tints of Pelorous #1DACBD
RGB
CMYK
RGB Variations
Color information
#1DACBD (or 0x1DACBD) is known color: Pelorous. HEX triplet: 1D, AC and BD. RGB value is (29,172,189). Sum of RGB (Red+Green+Blue) = 29+172+189=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #1DACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DACBD is #E25342. Grayscale: #828282. Windows color (decimal): -14832451 or 12430365. OLE color: 12430365.
HSL color Cylindrical-coordinate representation of color #1DACBD: hue angle of 186.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DACBD is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 172 | 189 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.26 |
| HSL | 186.38º | 0.73% | 0.43% | - |
| HSV(B) | 186.38º | 0.85% | 0.74% | - |
| XYZ | 24.44 | 33.44 | 53.31 | - |
| YUV | 131.18 | 160.62 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 189 | 0.85 | 0.09 | 0 | 0.26 | 186.38 | 0.73 | 0.43 |
| Hex | 1D | AC | BD | 55 | 9 | 0 | 1A | BA | 49 | 2B |
| Octal | 35 | 254 | 275 | 125 | 11 | 0 | 32 | 272 | 111 | 53 |
| Binary | 11101 | 10101100 | 10111101 | 1010101 | 1001 | 0 | 11010 | 10111010 | 1001001 | 101011 |
Color Harmonies of #1DACBD
Complementary color
Monochromatic Colors of #1DACBD
Black with #1DACBD
Text Example
Text Example
White with #1DACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DACBD; }
p { color: rgb(29,172,189); }
H1.HeaderClassName
{
color: #1DACBD;
}
.AnyTagClassName
{
color: #1DACBD;
}
</style>
background-color css
<style>
a { background-color: #1DACBD; }
a { background-color: rgb(29,172,189); }
div.DivClassName
{
background-color: #1DACBD;
}
.BgClassName
{
background-color: #1DACBD;
}
</style>
border-color css
<style>
span { border-color: #1DACBD; }
span { border-color: rgb(29,172,189); }
td.TdClassName
{
border-color: #1DACBD;
}
.TagClassName
{
border-color: #1DACBD;
}
</style>