Shades of Pelorous #1DADC1
Tints of Pelorous #1DADC1
RGB
CMYK
RGB Variations
Color information
#1DADC1 (or 0x1DADC1) is known color: Pelorous. HEX triplet: 1D, AD and C1. RGB value is (29,173,193). Sum of RGB (Red+Green+Blue) = 29+173+193=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #1DADC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADC1 is #E2523E. Grayscale: #848484. Windows color (decimal): -14832191 or 12692765. OLE color: 12692765.
HSL color Cylindrical-coordinate representation of color #1DADC1: hue angle of 187.32º 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 #1DADC1 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 173 | 193 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.24 |
| HSL | 187.32º | 0.74% | 0.44% | - |
| HSV(B) | 187.32º | 0.85% | 0.76% | - |
| XYZ | 25.08 | 34 | 55.69 | - |
| YUV | 132.22 | 162.29 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 193 | 0.85 | 0.10 | 0 | 0.24 | 187.32 | 0.74 | 0.44 |
| Hex | 1D | AD | C1 | 55 | A | 0 | 18 | BB | 4A | 2C |
| Octal | 35 | 255 | 301 | 125 | 12 | 0 | 30 | 273 | 112 | 54 |
| Binary | 11101 | 10101101 | 11000001 | 1010101 | 1010 | 0 | 11000 | 10111011 | 1001010 | 101100 |
Color Harmonies of #1DADC1
Complementary color
Monochromatic Colors of #1DADC1
Black with #1DADC1
Text Example
Text Example
White with #1DADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DADC1; }
p { color: rgb(29,173,193); }
H1.HeaderClassName
{
color: #1DADC1;
}
.AnyTagClassName
{
color: #1DADC1;
}
</style>
background-color css
<style>
a { background-color: #1DADC1; }
a { background-color: rgb(29,173,193); }
div.DivClassName
{
background-color: #1DADC1;
}
.BgClassName
{
background-color: #1DADC1;
}
</style>
border-color css
<style>
span { border-color: #1DADC1; }
span { border-color: rgb(29,173,193); }
td.TdClassName
{
border-color: #1DADC1;
}
.TagClassName
{
border-color: #1DADC1;
}
</style>