Shades of Pelorous #209CBB
Tints of Pelorous #209CBB
RGB
CMYK
RGB Variations
Color information
#209CBB (or 0x209CBB) is known color: Pelorous. HEX triplet: 20, 9C and BB. RGB value is (32,156,187). Sum of RGB (Red+Green+Blue) = 32+156+187=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #209CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209CBB is #DF6344. Grayscale: #7A7A7A. Windows color (decimal): -14639941 or 12295200. OLE color: 12295200.
HSL color Cylindrical-coordinate representation of color #209CBB: hue angle of 192º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #209CBB is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 156 | 187 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.27 |
| HSL | 192º | 0.71% | 0.43% | - |
| HSV(B) | 192º | 0.83% | 0.73% | - |
| XYZ | 21.45 | 27.67 | 51.22 | - |
| YUV | 122.46 | 164.42 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 156 | 187 | 0.83 | 0.17 | 0 | 0.27 | 192 | 0.71 | 0.43 |
| Hex | 20 | 9C | BB | 53 | 11 | 0 | 1B | C0 | 47 | 2B |
| Octal | 40 | 234 | 273 | 123 | 21 | 0 | 33 | 300 | 107 | 53 |
| Binary | 100000 | 10011100 | 10111011 | 1010011 | 10001 | 0 | 11011 | 11000000 | 1000111 | 101011 |
Color Harmonies of #209CBB
Complementary color
Monochromatic Colors of #209CBB
Black with #209CBB
Text Example
Text Example
White with #209CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209CBB; }
p { color: rgb(32,156,187); }
H1.HeaderClassName
{
color: #209CBB;
}
.AnyTagClassName
{
color: #209CBB;
}
</style>
background-color css
<style>
a { background-color: #209CBB; }
a { background-color: rgb(32,156,187); }
div.DivClassName
{
background-color: #209CBB;
}
.BgClassName
{
background-color: #209CBB;
}
</style>
border-color css
<style>
span { border-color: #209CBB; }
span { border-color: rgb(32,156,187); }
td.TdClassName
{
border-color: #209CBB;
}
.TagClassName
{
border-color: #209CBB;
}
</style>