Shades of Pelorous #1D9CCC
Tints of Pelorous #1D9CCC
RGB
CMYK
RGB Variations
Color information
#1D9CCC (or 0x1D9CCC) is known color: Pelorous. HEX triplet: 1D, 9C and CC. RGB value is (29,156,204). Sum of RGB (Red+Green+Blue) = 29+156+204=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D9CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9CCC is #E26333. Grayscale: #7B7B7B. Windows color (decimal): -14836532 or 13409309. OLE color: 13409309.
HSL color Cylindrical-coordinate representation of color #1D9CCC: hue angle of 196.46º 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 #1D9CCC is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 156 | 204 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.2 |
| HSL | 196.46º | 0.75% | 0.46% | - |
| HSV(B) | 196.46º | 0.86% | 0.8% | - |
| XYZ | 23.29 | 28.4 | 61.38 | - |
| YUV | 123.5 | 173.42 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 204 | 0.86 | 0.24 | 0 | 0.2 | 196.46 | 0.75 | 0.46 |
| Hex | 1D | 9C | CC | 56 | 18 | 0 | 14 | C4 | 4B | 2E |
| Octal | 35 | 234 | 314 | 126 | 30 | 0 | 24 | 304 | 113 | 56 |
| Binary | 11101 | 10011100 | 11001100 | 1010110 | 11000 | 0 | 10100 | 11000100 | 1001011 | 101110 |
Color Harmonies of #1D9CCC
Complementary color
Monochromatic Colors of #1D9CCC
Black with #1D9CCC
Text Example
Text Example
White with #1D9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9CCC; }
p { color: rgb(29,156,204); }
H1.HeaderClassName
{
color: #1D9CCC;
}
.AnyTagClassName
{
color: #1D9CCC;
}
</style>
background-color css
<style>
a { background-color: #1D9CCC; }
a { background-color: rgb(29,156,204); }
div.DivClassName
{
background-color: #1D9CCC;
}
.BgClassName
{
background-color: #1D9CCC;
}
</style>
border-color css
<style>
span { border-color: #1D9CCC; }
span { border-color: rgb(29,156,204); }
td.TdClassName
{
border-color: #1D9CCC;
}
.TagClassName
{
border-color: #1D9CCC;
}
</style>