Shades of Pelorous #1DA6BD
Tints of Pelorous #1DA6BD
RGB
CMYK
RGB Variations
Color information
#1DA6BD (or 0x1DA6BD) is known color: Pelorous. HEX triplet: 1D, A6 and BD. RGB value is (29,166,189). Sum of RGB (Red+Green+Blue) = 29+166+189=384 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.55% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #1DA6BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA6BD is #E25942. Grayscale: #7F7F7F. Windows color (decimal): -14833987 or 12428829. OLE color: 12428829.
HSL color Cylindrical-coordinate representation of color #1DA6BD: hue angle of 188.62º 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 #1DA6BD is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 166 | 189 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.26 |
| HSL | 188.63º | 0.73% | 0.43% | - |
| HSV(B) | 188.63º | 0.85% | 0.74% | - |
| XYZ | 23.33 | 31.21 | 52.94 | - |
| YUV | 127.66 | 162.61 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 189 | 0.85 | 0.12 | 0 | 0.26 | 188.63 | 0.73 | 0.43 |
| Hex | 1D | A6 | BD | 55 | C | 0 | 1A | BD | 49 | 2B |
| Octal | 35 | 246 | 275 | 125 | 14 | 0 | 32 | 275 | 111 | 53 |
| Binary | 11101 | 10100110 | 10111101 | 1010101 | 1100 | 0 | 11010 | 10111101 | 1001001 | 101011 |
Color Harmonies of #1DA6BD
Complementary color
Monochromatic Colors of #1DA6BD
Black with #1DA6BD
Text Example
Text Example
White with #1DA6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA6BD; }
p { color: rgb(29,166,189); }
H1.HeaderClassName
{
color: #1DA6BD;
}
.AnyTagClassName
{
color: #1DA6BD;
}
</style>
background-color css
<style>
a { background-color: #1DA6BD; }
a { background-color: rgb(29,166,189); }
div.DivClassName
{
background-color: #1DA6BD;
}
.BgClassName
{
background-color: #1DA6BD;
}
</style>
border-color css
<style>
span { border-color: #1DA6BD; }
span { border-color: rgb(29,166,189); }
td.TdClassName
{
border-color: #1DA6BD;
}
.TagClassName
{
border-color: #1DA6BD;
}
</style>