Shades of Pelorous #209FC1
Tints of Pelorous #209FC1
RGB
CMYK
RGB Variations
Color information
#209FC1 (or 0x209FC1) is known color: Pelorous. HEX triplet: 20, 9F and C1. RGB value is (32,159,193). Sum of RGB (Red+Green+Blue) = 32+159+193=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #209FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209FC1 is #DF603E. Grayscale: #7C7C7C. Windows color (decimal): -14639167 or 12689184. OLE color: 12689184.
HSL color Cylindrical-coordinate representation of color #209FC1: hue angle of 192.67º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #209FC1 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 159 | 193 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.24 |
| HSL | 192.67º | 0.72% | 0.44% | - |
| HSV(B) | 192.67º | 0.83% | 0.76% | - |
| XYZ | 22.62 | 28.95 | 54.85 | - |
| YUV | 124.9 | 166.42 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 193 | 0.83 | 0.18 | 0 | 0.24 | 192.67 | 0.72 | 0.44 |
| Hex | 20 | 9F | C1 | 53 | 12 | 0 | 18 | C1 | 48 | 2C |
| Octal | 40 | 237 | 301 | 123 | 22 | 0 | 30 | 301 | 110 | 54 |
| Binary | 100000 | 10011111 | 11000001 | 1010011 | 10010 | 0 | 11000 | 11000001 | 1001000 | 101100 |
Color Harmonies of #209FC1
Complementary color
Monochromatic Colors of #209FC1
Black with #209FC1
Text Example
Text Example
White with #209FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209FC1; }
p { color: rgb(32,159,193); }
H1.HeaderClassName
{
color: #209FC1;
}
.AnyTagClassName
{
color: #209FC1;
}
</style>
background-color css
<style>
a { background-color: #209FC1; }
a { background-color: rgb(32,159,193); }
div.DivClassName
{
background-color: #209FC1;
}
.BgClassName
{
background-color: #209FC1;
}
</style>
border-color css
<style>
span { border-color: #209FC1; }
span { border-color: rgb(32,159,193); }
td.TdClassName
{
border-color: #209FC1;
}
.TagClassName
{
border-color: #209FC1;
}
</style>