Shades of Pelorous #1D9CC5
Tints of Pelorous #1D9CC5
RGB
CMYK
RGB Variations
Color information
#1D9CC5 (or 0x1D9CC5) is known color: Pelorous. HEX triplet: 1D, 9C and C5. RGB value is (29,156,197). Sum of RGB (Red+Green+Blue) = 29+156+197=382 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.59% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #1D9CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9CC5 is #E2633A. Grayscale: #7A7A7A. Windows color (decimal): -14836539 or 12950557. OLE color: 12950557.
HSL color Cylindrical-coordinate representation of color #1D9CC5: hue angle of 194.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D9CC5 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 156 | 197 | - |
| CMYK | 0.85 | 0.21 | 0 | 0.23 |
| HSL | 194.64º | 0.74% | 0.44% | - |
| HSV(B) | 194.64º | 0.85% | 0.77% | - |
| XYZ | 22.47 | 28.07 | 57.06 | - |
| YUV | 122.7 | 169.92 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 197 | 0.85 | 0.21 | 0 | 0.23 | 194.64 | 0.74 | 0.44 |
| Hex | 1D | 9C | C5 | 55 | 15 | 0 | 17 | C3 | 4A | 2C |
| Octal | 35 | 234 | 305 | 125 | 25 | 0 | 27 | 303 | 112 | 54 |
| Binary | 11101 | 10011100 | 11000101 | 1010101 | 10101 | 0 | 10111 | 11000011 | 1001010 | 101100 |
Color Harmonies of #1D9CC5
Complementary color
Monochromatic Colors of #1D9CC5
Black with #1D9CC5
Text Example
Text Example
White with #1D9CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9CC5; }
p { color: rgb(29,156,197); }
H1.HeaderClassName
{
color: #1D9CC5;
}
.AnyTagClassName
{
color: #1D9CC5;
}
</style>
background-color css
<style>
a { background-color: #1D9CC5; }
a { background-color: rgb(29,156,197); }
div.DivClassName
{
background-color: #1D9CC5;
}
.BgClassName
{
background-color: #1D9CC5;
}
</style>
border-color css
<style>
span { border-color: #1D9CC5; }
span { border-color: rgb(29,156,197); }
td.TdClassName
{
border-color: #1D9CC5;
}
.TagClassName
{
border-color: #1D9CC5;
}
</style>