Shades of Pelorous #209BB8
Tints of Pelorous #209BB8
RGB
CMYK
RGB Variations
Color information
#209BB8 (or 0x209BB8) is known color: Pelorous. HEX triplet: 20, 9B and B8. RGB value is (32,155,184). Sum of RGB (Red+Green+Blue) = 32+155+184=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #209BB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209BB8 is #DF6447. Grayscale: #797979. Windows color (decimal): -14640200 or 12098336. OLE color: 12098336.
HSL color Cylindrical-coordinate representation of color #209BB8: hue angle of 191.45º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #209BB8 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 155 | 184 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.28 |
| HSL | 191.45º | 0.7% | 0.42% | - |
| HSV(B) | 191.45º | 0.83% | 0.72% | - |
| XYZ | 20.97 | 27.21 | 49.49 | - |
| YUV | 121.53 | 163.25 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 184 | 0.83 | 0.16 | 0 | 0.28 | 191.45 | 0.7 | 0.42 |
| Hex | 20 | 9B | B8 | 53 | 10 | 0 | 1C | BF | 46 | 2A |
| Octal | 40 | 233 | 270 | 123 | 20 | 0 | 34 | 277 | 106 | 52 |
| Binary | 100000 | 10011011 | 10111000 | 1010011 | 10000 | 0 | 11100 | 10111111 | 1000110 | 101010 |
Color Harmonies of #209BB8
Complementary color
Monochromatic Colors of #209BB8
Black with #209BB8
Text Example
Text Example
White with #209BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209BB8; }
p { color: rgb(32,155,184); }
H1.HeaderClassName
{
color: #209BB8;
}
.AnyTagClassName
{
color: #209BB8;
}
</style>
background-color css
<style>
a { background-color: #209BB8; }
a { background-color: rgb(32,155,184); }
div.DivClassName
{
background-color: #209BB8;
}
.BgClassName
{
background-color: #209BB8;
}
</style>
border-color css
<style>
span { border-color: #209BB8; }
span { border-color: rgb(32,155,184); }
td.TdClassName
{
border-color: #209BB8;
}
.TagClassName
{
border-color: #209BB8;
}
</style>