Shades of Pelorous #1DA7BE
Tints of Pelorous #1DA7BE
RGB
CMYK
RGB Variations
Color information
#1DA7BE (or 0x1DA7BE) is known color: Pelorous. HEX triplet: 1D, A7 and BE. RGB value is (29,167,190). Sum of RGB (Red+Green+Blue) = 29+167+190=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #1DA7BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA7BE is #E25841. Grayscale: #808080. Windows color (decimal): -14833730 or 12494621. OLE color: 12494621.
HSL color Cylindrical-coordinate representation of color #1DA7BE: hue angle of 188.57º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DA7BE is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 167 | 190 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.25 |
| HSL | 188.57º | 0.74% | 0.43% | - |
| HSV(B) | 188.57º | 0.85% | 0.75% | - |
| XYZ | 23.62 | 31.62 | 53.57 | - |
| YUV | 128.36 | 162.78 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 167 | 190 | 0.85 | 0.12 | 0 | 0.25 | 188.57 | 0.74 | 0.43 |
| Hex | 1D | A7 | BE | 55 | C | 0 | 19 | BD | 4A | 2B |
| Octal | 35 | 247 | 276 | 125 | 14 | 0 | 31 | 275 | 112 | 53 |
| Binary | 11101 | 10100111 | 10111110 | 1010101 | 1100 | 0 | 11001 | 10111101 | 1001010 | 101011 |
Color Harmonies of #1DA7BE
Complementary color
Monochromatic Colors of #1DA7BE
Black with #1DA7BE
Text Example
Text Example
White with #1DA7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA7BE; }
p { color: rgb(29,167,190); }
H1.HeaderClassName
{
color: #1DA7BE;
}
.AnyTagClassName
{
color: #1DA7BE;
}
</style>
background-color css
<style>
a { background-color: #1DA7BE; }
a { background-color: rgb(29,167,190); }
div.DivClassName
{
background-color: #1DA7BE;
}
.BgClassName
{
background-color: #1DA7BE;
}
</style>
border-color css
<style>
span { border-color: #1DA7BE; }
span { border-color: rgb(29,167,190); }
td.TdClassName
{
border-color: #1DA7BE;
}
.TagClassName
{
border-color: #1DA7BE;
}
</style>