Shades of Pelorous #1DA6C7
Tints of Pelorous #1DA6C7
RGB
CMYK
RGB Variations
Color information
#1DA6C7 (or 0x1DA6C7) is known color: Pelorous. HEX triplet: 1D, A6 and C7. RGB value is (29,166,199). Sum of RGB (Red+Green+Blue) = 29+166+199=394 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.36% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #1DA6C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA6C7 is #E25938. Grayscale: #808080. Windows color (decimal): -14833977 or 13084189. OLE color: 13084189.
HSL color Cylindrical-coordinate representation of color #1DA6C7: hue angle of 191.65º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DA6C7 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 166 | 199 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.22 |
| HSL | 191.65º | 0.75% | 0.45% | - |
| HSV(B) | 191.65º | 0.85% | 0.78% | - |
| XYZ | 24.45 | 31.66 | 58.85 | - |
| YUV | 128.8 | 167.61 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 199 | 0.85 | 0.17 | 0 | 0.22 | 191.65 | 0.75 | 0.45 |
| Hex | 1D | A6 | C7 | 55 | 11 | 0 | 16 | C0 | 4B | 2D |
| Octal | 35 | 246 | 307 | 125 | 21 | 0 | 26 | 300 | 113 | 55 |
| Binary | 11101 | 10100110 | 11000111 | 1010101 | 10001 | 0 | 10110 | 11000000 | 1001011 | 101101 |
Color Harmonies of #1DA6C7
Complementary color
Monochromatic Colors of #1DA6C7
Black with #1DA6C7
Text Example
Text Example
White with #1DA6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA6C7; }
p { color: rgb(29,166,199); }
H1.HeaderClassName
{
color: #1DA6C7;
}
.AnyTagClassName
{
color: #1DA6C7;
}
</style>
background-color css
<style>
a { background-color: #1DA6C7; }
a { background-color: rgb(29,166,199); }
div.DivClassName
{
background-color: #1DA6C7;
}
.BgClassName
{
background-color: #1DA6C7;
}
</style>
border-color css
<style>
span { border-color: #1DA6C7; }
span { border-color: rgb(29,166,199); }
td.TdClassName
{
border-color: #1DA6C7;
}
.TagClassName
{
border-color: #1DA6C7;
}
</style>