Shades of Pelorous #1DA5CC
Tints of Pelorous #1DA5CC
RGB
CMYK
RGB Variations
Color information
#1DA5CC (or 0x1DA5CC) is known color: Pelorous. HEX triplet: 1D, A5 and CC. RGB value is (29,165,204). Sum of RGB (Red+Green+Blue) = 29+165+204=398 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.29% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DA5CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA5CC is #E25A33. Grayscale: #808080. Windows color (decimal): -14834228 or 13411613. OLE color: 13411613.
HSL color Cylindrical-coordinate representation of color #1DA5CC: hue angle of 193.37º 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 #1DA5CC is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 165 | 204 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.2 |
| HSL | 193.37º | 0.75% | 0.46% | - |
| HSV(B) | 193.37º | 0.86% | 0.8% | - |
| XYZ | 24.86 | 31.53 | 61.9 | - |
| YUV | 128.78 | 170.44 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 204 | 0.86 | 0.19 | 0 | 0.2 | 193.37 | 0.75 | 0.46 |
| Hex | 1D | A5 | CC | 56 | 13 | 0 | 14 | C1 | 4B | 2E |
| Octal | 35 | 245 | 314 | 126 | 23 | 0 | 24 | 301 | 113 | 56 |
| Binary | 11101 | 10100101 | 11001100 | 1010110 | 10011 | 0 | 10100 | 11000001 | 1001011 | 101110 |
Color Harmonies of #1DA5CC
Complementary color
Monochromatic Colors of #1DA5CC
Black with #1DA5CC
Text Example
Text Example
White with #1DA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA5CC; }
p { color: rgb(29,165,204); }
H1.HeaderClassName
{
color: #1DA5CC;
}
.AnyTagClassName
{
color: #1DA5CC;
}
</style>
background-color css
<style>
a { background-color: #1DA5CC; }
a { background-color: rgb(29,165,204); }
div.DivClassName
{
background-color: #1DA5CC;
}
.BgClassName
{
background-color: #1DA5CC;
}
</style>
border-color css
<style>
span { border-color: #1DA5CC; }
span { border-color: rgb(29,165,204); }
td.TdClassName
{
border-color: #1DA5CC;
}
.TagClassName
{
border-color: #1DA5CC;
}
</style>