Shades of Pelorous #1D8ECC
Tints of Pelorous #1D8ECC
RGB
CMYK
RGB Variations
Color information
#1D8ECC (or 0x1D8ECC) is known color: Pelorous. HEX triplet: 1D, 8E and CC. RGB value is (29,142,204). Sum of RGB (Red+Green+Blue) = 29+142+204=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D8ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8ECC is #E27133. Grayscale: #727272. Windows color (decimal): -14840116 or 13405725. OLE color: 13405725.
HSL color Cylindrical-coordinate representation of color #1D8ECC: hue angle of 201.26º 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 #1D8ECC is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 142 | 204 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.2 |
| HSL | 201.26º | 0.75% | 0.46% | - |
| HSV(B) | 201.26º | 0.86% | 0.8% | - |
| XYZ | 21.08 | 23.97 | 60.64 | - |
| YUV | 115.28 | 178.06 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 142 | 204 | 0.86 | 0.30 | 0 | 0.2 | 201.26 | 0.75 | 0.46 |
| Hex | 1D | 8E | CC | 56 | 1E | 0 | 14 | C9 | 4B | 2E |
| Octal | 35 | 216 | 314 | 126 | 36 | 0 | 24 | 311 | 113 | 56 |
| Binary | 11101 | 10001110 | 11001100 | 1010110 | 11110 | 0 | 10100 | 11001001 | 1001011 | 101110 |
Color Harmonies of #1D8ECC
Complementary color
Monochromatic Colors of #1D8ECC
Black with #1D8ECC
Text Example
Text Example
White with #1D8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8ECC; }
p { color: rgb(29,142,204); }
H1.HeaderClassName
{
color: #1D8ECC;
}
.AnyTagClassName
{
color: #1D8ECC;
}
</style>
background-color css
<style>
a { background-color: #1D8ECC; }
a { background-color: rgb(29,142,204); }
div.DivClassName
{
background-color: #1D8ECC;
}
.BgClassName
{
background-color: #1D8ECC;
}
</style>
border-color css
<style>
span { border-color: #1D8ECC; }
span { border-color: rgb(29,142,204); }
td.TdClassName
{
border-color: #1D8ECC;
}
.TagClassName
{
border-color: #1D8ECC;
}
</style>