Shades of Pelorous #1D9FCB
Tints of Pelorous #1D9FCB
RGB
CMYK
RGB Variations
Color information
#1D9FCB (or 0x1D9FCB) is known color: Pelorous. HEX triplet: 1D, 9F and CB. RGB value is (29,159,203). Sum of RGB (Red+Green+Blue) = 29+159+203=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D9FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9FCB is #E26034. Grayscale: #7C7C7C. Windows color (decimal): -14835765 or 13344541. OLE color: 13344541.
HSL color Cylindrical-coordinate representation of color #1D9FCB: hue angle of 195.17º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D9FCB is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 159 | 203 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.20 |
| HSL | 195.17º | 0.75% | 0.45% | - |
| HSV(B) | 195.17º | 0.86% | 0.8% | - |
| XYZ | 23.68 | 29.37 | 60.92 | - |
| YUV | 125.15 | 171.93 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 159 | 203 | 0.86 | 0.22 | 0 | 0.20 | 195.17 | 0.75 | 0.45 |
| Hex | 1D | 9F | CB | 56 | 16 | 0 | 14 | C3 | 4B | 2D |
| Octal | 35 | 237 | 313 | 126 | 26 | 0 | 24 | 303 | 113 | 55 |
| Binary | 11101 | 10011111 | 11001011 | 1010110 | 10110 | 0 | 10100 | 11000011 | 1001011 | 101101 |
Color Harmonies of #1D9FCB
Complementary color
Monochromatic Colors of #1D9FCB
Black with #1D9FCB
Text Example
Text Example
White with #1D9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9FCB; }
p { color: rgb(29,159,203); }
H1.HeaderClassName
{
color: #1D9FCB;
}
.AnyTagClassName
{
color: #1D9FCB;
}
</style>
background-color css
<style>
a { background-color: #1D9FCB; }
a { background-color: rgb(29,159,203); }
div.DivClassName
{
background-color: #1D9FCB;
}
.BgClassName
{
background-color: #1D9FCB;
}
</style>
border-color css
<style>
span { border-color: #1D9FCB; }
span { border-color: rgb(29,159,203); }
td.TdClassName
{
border-color: #1D9FCB;
}
.TagClassName
{
border-color: #1D9FCB;
}
</style>