Shades of Pelorous #209CCD
Tints of Pelorous #209CCD
RGB
CMYK
RGB Variations
Color information
#209CCD (or 0x209CCD) is known color: Pelorous. HEX triplet: 20, 9C and CD. RGB value is (32,156,205). Sum of RGB (Red+Green+Blue) = 32+156+205=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #209CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209CCD is #DF6332. Grayscale: #7C7C7C. Windows color (decimal): -14639923 or 13474848. OLE color: 13474848.
HSL color Cylindrical-coordinate representation of color #209CCD: hue angle of 196.99º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #209CCD is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 156 | 205 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.20 |
| HSL | 196.99º | 0.73% | 0.46% | - |
| HSV(B) | 196.99º | 0.84% | 0.8% | - |
| XYZ | 23.5 | 28.49 | 62.02 | - |
| YUV | 124.51 | 173.42 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 156 | 205 | 0.84 | 0.24 | 0 | 0.20 | 196.99 | 0.73 | 0.46 |
| Hex | 20 | 9C | CD | 54 | 18 | 0 | 14 | C5 | 49 | 2E |
| Octal | 40 | 234 | 315 | 124 | 30 | 0 | 24 | 305 | 111 | 56 |
| Binary | 100000 | 10011100 | 11001101 | 1010100 | 11000 | 0 | 10100 | 11000101 | 1001001 | 101110 |
Color Harmonies of #209CCD
Complementary color
Monochromatic Colors of #209CCD
Black with #209CCD
Text Example
Text Example
White with #209CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209CCD; }
p { color: rgb(32,156,205); }
H1.HeaderClassName
{
color: #209CCD;
}
.AnyTagClassName
{
color: #209CCD;
}
</style>
background-color css
<style>
a { background-color: #209CCD; }
a { background-color: rgb(32,156,205); }
div.DivClassName
{
background-color: #209CCD;
}
.BgClassName
{
background-color: #209CCD;
}
</style>
border-color css
<style>
span { border-color: #209CCD; }
span { border-color: rgb(32,156,205); }
td.TdClassName
{
border-color: #209CCD;
}
.TagClassName
{
border-color: #209CCD;
}
</style>