Shades of Pelorous #1DA6C3
Tints of Pelorous #1DA6C3
RGB
CMYK
RGB Variations
Color information
#1DA6C3 (or 0x1DA6C3) is known color: Pelorous. HEX triplet: 1D, A6 and C3. RGB value is (29,166,195). Sum of RGB (Red+Green+Blue) = 29+166+195=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #1DA6C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA6C3 is #E2593C. Grayscale: #808080. Windows color (decimal): -14833981 or 12822045. OLE color: 12822045.
HSL color Cylindrical-coordinate representation of color #1DA6C3: hue angle of 190.48º 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 #1DA6C3 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 166 | 195 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.24 |
| HSL | 190.48º | 0.74% | 0.44% | - |
| HSV(B) | 190.48º | 0.85% | 0.76% | - |
| XYZ | 23.99 | 31.47 | 56.44 | - |
| YUV | 128.34 | 165.61 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 195 | 0.85 | 0.15 | 0 | 0.24 | 190.48 | 0.74 | 0.44 |
| Hex | 1D | A6 | C3 | 55 | F | 0 | 18 | BE | 4A | 2C |
| Octal | 35 | 246 | 303 | 125 | 17 | 0 | 30 | 276 | 112 | 54 |
| Binary | 11101 | 10100110 | 11000011 | 1010101 | 1111 | 0 | 11000 | 10111110 | 1001010 | 101100 |
Color Harmonies of #1DA6C3
Complementary color
Monochromatic Colors of #1DA6C3
Black with #1DA6C3
Text Example
Text Example
White with #1DA6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA6C3; }
p { color: rgb(29,166,195); }
H1.HeaderClassName
{
color: #1DA6C3;
}
.AnyTagClassName
{
color: #1DA6C3;
}
</style>
background-color css
<style>
a { background-color: #1DA6C3; }
a { background-color: rgb(29,166,195); }
div.DivClassName
{
background-color: #1DA6C3;
}
.BgClassName
{
background-color: #1DA6C3;
}
</style>
border-color css
<style>
span { border-color: #1DA6C3; }
span { border-color: rgb(29,166,195); }
td.TdClassName
{
border-color: #1DA6C3;
}
.TagClassName
{
border-color: #1DA6C3;
}
</style>