Shades of Pelorous #1D9ACC
Tints of Pelorous #1D9ACC
RGB
CMYK
RGB Variations
Color information
#1D9ACC (or 0x1D9ACC) is known color: Pelorous. HEX triplet: 1D, 9A and CC. RGB value is (29,154,204). Sum of RGB (Red+Green+Blue) = 29+154+204=387 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.49% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D9ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9ACC is #E26533. Grayscale: #7A7A7A. Windows color (decimal): -14837044 or 13408797. OLE color: 13408797.
HSL color Cylindrical-coordinate representation of color #1D9ACC: hue angle of 197.14º 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 #1D9ACC is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 154 | 204 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.2 |
| HSL | 197.14º | 0.75% | 0.46% | - |
| HSV(B) | 197.14º | 0.86% | 0.8% | - |
| XYZ | 22.96 | 27.73 | 61.27 | - |
| YUV | 122.33 | 174.09 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 204 | 0.86 | 0.25 | 0 | 0.2 | 197.14 | 0.75 | 0.46 |
| Hex | 1D | 9A | CC | 56 | 19 | 0 | 14 | C5 | 4B | 2E |
| Octal | 35 | 232 | 314 | 126 | 31 | 0 | 24 | 305 | 113 | 56 |
| Binary | 11101 | 10011010 | 11001100 | 1010110 | 11001 | 0 | 10100 | 11000101 | 1001011 | 101110 |
Color Harmonies of #1D9ACC
Complementary color
Monochromatic Colors of #1D9ACC
Black with #1D9ACC
Text Example
Text Example
White with #1D9ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9ACC; }
p { color: rgb(29,154,204); }
H1.HeaderClassName
{
color: #1D9ACC;
}
.AnyTagClassName
{
color: #1D9ACC;
}
</style>
background-color css
<style>
a { background-color: #1D9ACC; }
a { background-color: rgb(29,154,204); }
div.DivClassName
{
background-color: #1D9ACC;
}
.BgClassName
{
background-color: #1D9ACC;
}
</style>
border-color css
<style>
span { border-color: #1D9ACC; }
span { border-color: rgb(29,154,204); }
td.TdClassName
{
border-color: #1D9ACC;
}
.TagClassName
{
border-color: #1D9ACC;
}
</style>