Shades of Pelorous #218CB9
Tints of Pelorous #218CB9
RGB
CMYK
RGB Variations
Color information
#218CB9 (or 0x218CB9) is known color: Pelorous. HEX triplet: 21, 8C and B9. RGB value is (33,140,185). Sum of RGB (Red+Green+Blue) = 33+140+185=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #218CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CB9 is #DE7346. Grayscale: #707070. Windows color (decimal): -14578503 or 12160033. OLE color: 12160033.
HSL color Cylindrical-coordinate representation of color #218CB9: hue angle of 197.76º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218CB9 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 140 | 185 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.27 |
| HSL | 197.76º | 0.7% | 0.43% | - |
| HSV(B) | 197.76º | 0.82% | 0.73% | - |
| XYZ | 18.76 | 22.58 | 49.27 | - |
| YUV | 113.14 | 168.55 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 185 | 0.82 | 0.24 | 0 | 0.27 | 197.76 | 0.7 | 0.43 |
| Hex | 21 | 8C | B9 | 52 | 18 | 0 | 1B | C6 | 46 | 2B |
| Octal | 41 | 214 | 271 | 122 | 30 | 0 | 33 | 306 | 106 | 53 |
| Binary | 100001 | 10001100 | 10111001 | 1010010 | 11000 | 0 | 11011 | 11000110 | 1000110 | 101011 |
Color Harmonies of #218CB9
Complementary color
Monochromatic Colors of #218CB9
Black with #218CB9
Text Example
Text Example
White with #218CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CB9; }
p { color: rgb(33,140,185); }
H1.HeaderClassName
{
color: #218CB9;
}
.AnyTagClassName
{
color: #218CB9;
}
</style>
background-color css
<style>
a { background-color: #218CB9; }
a { background-color: rgb(33,140,185); }
div.DivClassName
{
background-color: #218CB9;
}
.BgClassName
{
background-color: #218CB9;
}
</style>
border-color css
<style>
span { border-color: #218CB9; }
span { border-color: rgb(33,140,185); }
td.TdClassName
{
border-color: #218CB9;
}
.TagClassName
{
border-color: #218CB9;
}
</style>