Shades of Pelorous #1DA6BC
Tints of Pelorous #1DA6BC
RGB
CMYK
RGB Variations
Color information
#1DA6BC (or 0x1DA6BC) is known color: Pelorous. HEX triplet: 1D, A6 and BC. RGB value is (29,166,188). Sum of RGB (Red+Green+Blue) = 29+166+188=383 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.57% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #1DA6BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA6BC is #E25943. Grayscale: #7F7F7F. Windows color (decimal): -14833988 or 12363293. OLE color: 12363293.
HSL color Cylindrical-coordinate representation of color #1DA6BC: hue angle of 188.3º 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 #1DA6BC is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 166 | 188 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.26 |
| HSL | 188.3º | 0.73% | 0.43% | - |
| HSV(B) | 188.3º | 0.85% | 0.74% | - |
| XYZ | 23.22 | 31.16 | 52.37 | - |
| YUV | 127.55 | 162.11 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 188 | 0.85 | 0.12 | 0 | 0.26 | 188.3 | 0.73 | 0.43 |
| Hex | 1D | A6 | BC | 55 | C | 0 | 1A | BC | 49 | 2B |
| Octal | 35 | 246 | 274 | 125 | 14 | 0 | 32 | 274 | 111 | 53 |
| Binary | 11101 | 10100110 | 10111100 | 1010101 | 1100 | 0 | 11010 | 10111100 | 1001001 | 101011 |
Color Harmonies of #1DA6BC
Complementary color
Monochromatic Colors of #1DA6BC
Black with #1DA6BC
Text Example
Text Example
White with #1DA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA6BC; }
p { color: rgb(29,166,188); }
H1.HeaderClassName
{
color: #1DA6BC;
}
.AnyTagClassName
{
color: #1DA6BC;
}
</style>
background-color css
<style>
a { background-color: #1DA6BC; }
a { background-color: rgb(29,166,188); }
div.DivClassName
{
background-color: #1DA6BC;
}
.BgClassName
{
background-color: #1DA6BC;
}
</style>
border-color css
<style>
span { border-color: #1DA6BC; }
span { border-color: rgb(29,166,188); }
td.TdClassName
{
border-color: #1DA6BC;
}
.TagClassName
{
border-color: #1DA6BC;
}
</style>