Shades of Pelorous #209CBE
Tints of Pelorous #209CBE
RGB
CMYK
RGB Variations
Color information
#209CBE (or 0x209CBE) is known color: Pelorous. HEX triplet: 20, 9C and BE. RGB value is (32,156,190). Sum of RGB (Red+Green+Blue) = 32+156+190=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #209CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209CBE is #DF6341. Grayscale: #7A7A7A. Windows color (decimal): -14639938 or 12491808. OLE color: 12491808.
HSL color Cylindrical-coordinate representation of color #209CBE: hue angle of 192.91º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #209CBE is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 156 | 190 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.25 |
| HSL | 192.91º | 0.71% | 0.44% | - |
| HSV(B) | 192.91º | 0.83% | 0.75% | - |
| XYZ | 21.78 | 27.8 | 52.93 | - |
| YUV | 122.8 | 165.92 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 156 | 190 | 0.83 | 0.18 | 0 | 0.25 | 192.91 | 0.71 | 0.44 |
| Hex | 20 | 9C | BE | 53 | 12 | 0 | 19 | C1 | 47 | 2C |
| Octal | 40 | 234 | 276 | 123 | 22 | 0 | 31 | 301 | 107 | 54 |
| Binary | 100000 | 10011100 | 10111110 | 1010011 | 10010 | 0 | 11001 | 11000001 | 1000111 | 101100 |
Color Harmonies of #209CBE
Complementary color
Monochromatic Colors of #209CBE
Black with #209CBE
Text Example
Text Example
White with #209CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209CBE; }
p { color: rgb(32,156,190); }
H1.HeaderClassName
{
color: #209CBE;
}
.AnyTagClassName
{
color: #209CBE;
}
</style>
background-color css
<style>
a { background-color: #209CBE; }
a { background-color: rgb(32,156,190); }
div.DivClassName
{
background-color: #209CBE;
}
.BgClassName
{
background-color: #209CBE;
}
</style>
border-color css
<style>
span { border-color: #209CBE; }
span { border-color: rgb(32,156,190); }
td.TdClassName
{
border-color: #209CBE;
}
.TagClassName
{
border-color: #209CBE;
}
</style>