Shades of Pelorous #1DA7CC
Tints of Pelorous #1DA7CC
RGB
CMYK
RGB Variations
Color information
#1DA7CC (or 0x1DA7CC) is known color: Pelorous. HEX triplet: 1D, A7 and CC. RGB value is (29,167,204). Sum of RGB (Red+Green+Blue) = 29+167+204=400 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.25% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DA7CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA7CC is #E25833. Grayscale: #818181. Windows color (decimal): -14833716 or 13412125. OLE color: 13412125.
HSL color Cylindrical-coordinate representation of color #1DA7CC: hue angle of 192.69º 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 #1DA7CC is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 167 | 204 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.2 |
| HSL | 192.69º | 0.75% | 0.46% | - |
| HSV(B) | 192.69º | 0.86% | 0.8% | - |
| XYZ | 25.22 | 32.26 | 62.02 | - |
| YUV | 129.96 | 169.78 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 167 | 204 | 0.86 | 0.18 | 0 | 0.2 | 192.69 | 0.75 | 0.46 |
| Hex | 1D | A7 | CC | 56 | 12 | 0 | 14 | C1 | 4B | 2E |
| Octal | 35 | 247 | 314 | 126 | 22 | 0 | 24 | 301 | 113 | 56 |
| Binary | 11101 | 10100111 | 11001100 | 1010110 | 10010 | 0 | 10100 | 11000001 | 1001011 | 101110 |
Color Harmonies of #1DA7CC
Complementary color
Monochromatic Colors of #1DA7CC
Black with #1DA7CC
Text Example
Text Example
White with #1DA7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA7CC; }
p { color: rgb(29,167,204); }
H1.HeaderClassName
{
color: #1DA7CC;
}
.AnyTagClassName
{
color: #1DA7CC;
}
</style>
background-color css
<style>
a { background-color: #1DA7CC; }
a { background-color: rgb(29,167,204); }
div.DivClassName
{
background-color: #1DA7CC;
}
.BgClassName
{
background-color: #1DA7CC;
}
</style>
border-color css
<style>
span { border-color: #1DA7CC; }
span { border-color: rgb(29,167,204); }
td.TdClassName
{
border-color: #1DA7CC;
}
.TagClassName
{
border-color: #1DA7CC;
}
</style>