Shades of Pelorous #1DA9BC
Tints of Pelorous #1DA9BC
RGB
CMYK
RGB Variations
Color information
#1DA9BC (or 0x1DA9BC) is known color: Pelorous. HEX triplet: 1D, A9 and BC. RGB value is (29,169,188). Sum of RGB (Red+Green+Blue) = 29+169+188=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #1DA9BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA9BC is #E25643. Grayscale: #818181. Windows color (decimal): -14833220 or 12364061. OLE color: 12364061.
HSL color Cylindrical-coordinate representation of color #1DA9BC: hue angle of 187.17º 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 #1DA9BC is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 169 | 188 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.26 |
| HSL | 187.17º | 0.73% | 0.43% | - |
| HSV(B) | 187.17º | 0.85% | 0.74% | - |
| XYZ | 23.77 | 32.27 | 52.55 | - |
| YUV | 129.31 | 161.12 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 169 | 188 | 0.85 | 0.10 | 0 | 0.26 | 187.17 | 0.73 | 0.43 |
| Hex | 1D | A9 | BC | 55 | A | 0 | 1A | BB | 49 | 2B |
| Octal | 35 | 251 | 274 | 125 | 12 | 0 | 32 | 273 | 111 | 53 |
| Binary | 11101 | 10101001 | 10111100 | 1010101 | 1010 | 0 | 11010 | 10111011 | 1001001 | 101011 |
Color Harmonies of #1DA9BC
Complementary color
Monochromatic Colors of #1DA9BC
Black with #1DA9BC
Text Example
Text Example
White with #1DA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA9BC; }
p { color: rgb(29,169,188); }
H1.HeaderClassName
{
color: #1DA9BC;
}
.AnyTagClassName
{
color: #1DA9BC;
}
</style>
background-color css
<style>
a { background-color: #1DA9BC; }
a { background-color: rgb(29,169,188); }
div.DivClassName
{
background-color: #1DA9BC;
}
.BgClassName
{
background-color: #1DA9BC;
}
</style>
border-color css
<style>
span { border-color: #1DA9BC; }
span { border-color: rgb(29,169,188); }
td.TdClassName
{
border-color: #1DA9BC;
}
.TagClassName
{
border-color: #1DA9BC;
}
</style>