Shades of Pelorous #1DA0CC
Tints of Pelorous #1DA0CC
RGB
CMYK
RGB Variations
Color information
#1DA0CC (or 0x1DA0CC) is known color: Pelorous. HEX triplet: 1D, A0 and CC. RGB value is (29,160,204). Sum of RGB (Red+Green+Blue) = 29+160+204=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DA0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA0CC is #E25F33. Grayscale: #7D7D7D. Windows color (decimal): -14835508 or 13410333. OLE color: 13410333.
HSL color Cylindrical-coordinate representation of color #1DA0CC: hue angle of 195.09º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DA0CC is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 160 | 204 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.2 |
| HSL | 195.09º | 0.75% | 0.46% | - |
| HSV(B) | 195.09º | 0.86% | 0.8% | - |
| XYZ | 23.98 | 29.76 | 61.61 | - |
| YUV | 125.85 | 172.1 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 204 | 0.86 | 0.22 | 0 | 0.2 | 195.09 | 0.75 | 0.46 |
| Hex | 1D | A0 | CC | 56 | 16 | 0 | 14 | C3 | 4B | 2E |
| Octal | 35 | 240 | 314 | 126 | 26 | 0 | 24 | 303 | 113 | 56 |
| Binary | 11101 | 10100000 | 11001100 | 1010110 | 10110 | 0 | 10100 | 11000011 | 1001011 | 101110 |
Color Harmonies of #1DA0CC
Complementary color
Monochromatic Colors of #1DA0CC
Black with #1DA0CC
Text Example
Text Example
White with #1DA0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA0CC; }
p { color: rgb(29,160,204); }
H1.HeaderClassName
{
color: #1DA0CC;
}
.AnyTagClassName
{
color: #1DA0CC;
}
</style>
background-color css
<style>
a { background-color: #1DA0CC; }
a { background-color: rgb(29,160,204); }
div.DivClassName
{
background-color: #1DA0CC;
}
.BgClassName
{
background-color: #1DA0CC;
}
</style>
border-color css
<style>
span { border-color: #1DA0CC; }
span { border-color: rgb(29,160,204); }
td.TdClassName
{
border-color: #1DA0CC;
}
.TagClassName
{
border-color: #1DA0CC;
}
</style>