Shades of Pelorous #209BCD
Tints of Pelorous #209BCD
RGB
CMYK
RGB Variations
Color information
#209BCD (or 0x209BCD) is known color: Pelorous. HEX triplet: 20, 9B and CD. RGB value is (32,155,205). Sum of RGB (Red+Green+Blue) = 32+155+205=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #209BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209BCD is #DF6432. Grayscale: #7B7B7B. Windows color (decimal): -14640179 or 13474592. OLE color: 13474592.
HSL color Cylindrical-coordinate representation of color #209BCD: hue angle of 197.34º 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 #209BCD is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 155 | 205 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.20 |
| HSL | 197.34º | 0.73% | 0.46% | - |
| HSV(B) | 197.34º | 0.84% | 0.8% | - |
| XYZ | 23.34 | 28.16 | 61.96 | - |
| YUV | 123.92 | 173.75 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 205 | 0.84 | 0.24 | 0 | 0.20 | 197.34 | 0.73 | 0.46 |
| Hex | 20 | 9B | CD | 54 | 18 | 0 | 14 | C5 | 49 | 2E |
| Octal | 40 | 233 | 315 | 124 | 30 | 0 | 24 | 305 | 111 | 56 |
| Binary | 100000 | 10011011 | 11001101 | 1010100 | 11000 | 0 | 10100 | 11000101 | 1001001 | 101110 |
Color Harmonies of #209BCD
Complementary color
Monochromatic Colors of #209BCD
Black with #209BCD
Text Example
Text Example
White with #209BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209BCD; }
p { color: rgb(32,155,205); }
H1.HeaderClassName
{
color: #209BCD;
}
.AnyTagClassName
{
color: #209BCD;
}
</style>
background-color css
<style>
a { background-color: #209BCD; }
a { background-color: rgb(32,155,205); }
div.DivClassName
{
background-color: #209BCD;
}
.BgClassName
{
background-color: #209BCD;
}
</style>
border-color css
<style>
span { border-color: #209BCD; }
span { border-color: rgb(32,155,205); }
td.TdClassName
{
border-color: #209BCD;
}
.TagClassName
{
border-color: #209BCD;
}
</style>