Shades of Pelorous #209DC4
Tints of Pelorous #209DC4
RGB
CMYK
RGB Variations
Color information
#209DC4 (or 0x209DC4) is known color: Pelorous. HEX triplet: 20, 9D and C4. RGB value is (32,157,196). Sum of RGB (Red+Green+Blue) = 32+157+196=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #209DC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209DC4 is #DF623B. Grayscale: #7B7B7B. Windows color (decimal): -14639676 or 12885280. OLE color: 12885280.
HSL color Cylindrical-coordinate representation of color #209DC4: hue angle of 194.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #209DC4 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 157 | 196 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.23 |
| HSL | 194.27º | 0.72% | 0.45% | - |
| HSV(B) | 194.27º | 0.84% | 0.77% | - |
| XYZ | 22.62 | 28.41 | 56.52 | - |
| YUV | 124.07 | 168.59 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 157 | 196 | 0.84 | 0.20 | 0 | 0.23 | 194.27 | 0.72 | 0.45 |
| Hex | 20 | 9D | C4 | 54 | 14 | 0 | 17 | C2 | 48 | 2D |
| Octal | 40 | 235 | 304 | 124 | 24 | 0 | 27 | 302 | 110 | 55 |
| Binary | 100000 | 10011101 | 11000100 | 1010100 | 10100 | 0 | 10111 | 11000010 | 1001000 | 101101 |
Color Harmonies of #209DC4
Complementary color
Monochromatic Colors of #209DC4
Black with #209DC4
Text Example
Text Example
White with #209DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209DC4; }
p { color: rgb(32,157,196); }
H1.HeaderClassName
{
color: #209DC4;
}
.AnyTagClassName
{
color: #209DC4;
}
</style>
background-color css
<style>
a { background-color: #209DC4; }
a { background-color: rgb(32,157,196); }
div.DivClassName
{
background-color: #209DC4;
}
.BgClassName
{
background-color: #209DC4;
}
</style>
border-color css
<style>
span { border-color: #209DC4; }
span { border-color: rgb(32,157,196); }
td.TdClassName
{
border-color: #209DC4;
}
.TagClassName
{
border-color: #209DC4;
}
</style>