Shades of Pelorous #209BBF
Tints of Pelorous #209BBF
RGB
CMYK
RGB Variations
Color information
#209BBF (or 0x209BBF) is known color: Pelorous. HEX triplet: 20, 9B and BF. RGB value is (32,155,191). Sum of RGB (Red+Green+Blue) = 32+155+191=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #209BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209BBF is #DF6440. Grayscale: #7A7A7A. Windows color (decimal): -14640193 or 12557088. OLE color: 12557088.
HSL color Cylindrical-coordinate representation of color #209BBF: hue angle of 193.58º 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 #209BBF is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 155 | 191 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.25 |
| HSL | 193.58º | 0.71% | 0.44% | - |
| HSV(B) | 193.58º | 0.83% | 0.75% | - |
| XYZ | 21.72 | 27.51 | 53.46 | - |
| YUV | 122.33 | 166.75 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 191 | 0.83 | 0.19 | 0 | 0.25 | 193.58 | 0.71 | 0.44 |
| Hex | 20 | 9B | BF | 53 | 13 | 0 | 19 | C2 | 47 | 2C |
| Octal | 40 | 233 | 277 | 123 | 23 | 0 | 31 | 302 | 107 | 54 |
| Binary | 100000 | 10011011 | 10111111 | 1010011 | 10011 | 0 | 11001 | 11000010 | 1000111 | 101100 |
Color Harmonies of #209BBF
Complementary color
Monochromatic Colors of #209BBF
Black with #209BBF
Text Example
Text Example
White with #209BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209BBF; }
p { color: rgb(32,155,191); }
H1.HeaderClassName
{
color: #209BBF;
}
.AnyTagClassName
{
color: #209BBF;
}
</style>
background-color css
<style>
a { background-color: #209BBF; }
a { background-color: rgb(32,155,191); }
div.DivClassName
{
background-color: #209BBF;
}
.BgClassName
{
background-color: #209BBF;
}
</style>
border-color css
<style>
span { border-color: #209BBF; }
span { border-color: rgb(32,155,191); }
td.TdClassName
{
border-color: #209BBF;
}
.TagClassName
{
border-color: #209BBF;
}
</style>