Shades of Pelorous #1DADC2
Tints of Pelorous #1DADC2
RGB
CMYK
RGB Variations
Color information
#1DADC2 (or 0x1DADC2) is known color: Pelorous. HEX triplet: 1D, AD and C2. RGB value is (29,173,194). Sum of RGB (Red+Green+Blue) = 29+173+194=396 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.32% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #1DADC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADC2 is #E2523D. Grayscale: #848484. Windows color (decimal): -14832190 or 12758301. OLE color: 12758301.
HSL color Cylindrical-coordinate representation of color #1DADC2: hue angle of 187.64º 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 #1DADC2 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 173 | 194 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.24 |
| HSL | 187.64º | 0.74% | 0.44% | - |
| HSV(B) | 187.64º | 0.85% | 0.76% | - |
| XYZ | 25.19 | 34.04 | 56.28 | - |
| YUV | 132.34 | 162.79 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 194 | 0.85 | 0.11 | 0 | 0.24 | 187.64 | 0.74 | 0.44 |
| Hex | 1D | AD | C2 | 55 | B | 0 | 18 | BC | 4A | 2C |
| Octal | 35 | 255 | 302 | 125 | 13 | 0 | 30 | 274 | 112 | 54 |
| Binary | 11101 | 10101101 | 11000010 | 1010101 | 1011 | 0 | 11000 | 10111100 | 1001010 | 101100 |
Color Harmonies of #1DADC2
Complementary color
Monochromatic Colors of #1DADC2
Black with #1DADC2
Text Example
Text Example
White with #1DADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DADC2; }
p { color: rgb(29,173,194); }
H1.HeaderClassName
{
color: #1DADC2;
}
.AnyTagClassName
{
color: #1DADC2;
}
</style>
background-color css
<style>
a { background-color: #1DADC2; }
a { background-color: rgb(29,173,194); }
div.DivClassName
{
background-color: #1DADC2;
}
.BgClassName
{
background-color: #1DADC2;
}
</style>
border-color css
<style>
span { border-color: #1DADC2; }
span { border-color: rgb(29,173,194); }
td.TdClassName
{
border-color: #1DADC2;
}
.TagClassName
{
border-color: #1DADC2;
}
</style>