Shades of Pelorous #218BC1
Tints of Pelorous #218BC1
RGB
CMYK
RGB Variations
Color information
#218BC1 (or 0x218BC1) is known color: Pelorous. HEX triplet: 21, 8B and C1. RGB value is (33,139,193). Sum of RGB (Red+Green+Blue) = 33+139+193=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #218BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BC1 is #DE743E. Grayscale: #717171. Windows color (decimal): -14578751 or 12684065. OLE color: 12684065.
HSL color Cylindrical-coordinate representation of color #218BC1: hue angle of 200.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #218BC1 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 139 | 193 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.24 |
| HSL | 200.25º | 0.71% | 0.44% | - |
| HSV(B) | 200.25º | 0.83% | 0.76% | - |
| XYZ | 19.49 | 22.64 | 53.79 | - |
| YUV | 113.46 | 172.88 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 193 | 0.83 | 0.28 | 0 | 0.24 | 200.25 | 0.71 | 0.44 |
| Hex | 21 | 8B | C1 | 53 | 1C | 0 | 18 | C8 | 47 | 2C |
| Octal | 41 | 213 | 301 | 123 | 34 | 0 | 30 | 310 | 107 | 54 |
| Binary | 100001 | 10001011 | 11000001 | 1010011 | 11100 | 0 | 11000 | 11001000 | 1000111 | 101100 |
Color Harmonies of #218BC1
Complementary color
Monochromatic Colors of #218BC1
Black with #218BC1
Text Example
Text Example
White with #218BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BC1; }
p { color: rgb(33,139,193); }
H1.HeaderClassName
{
color: #218BC1;
}
.AnyTagClassName
{
color: #218BC1;
}
</style>
background-color css
<style>
a { background-color: #218BC1; }
a { background-color: rgb(33,139,193); }
div.DivClassName
{
background-color: #218BC1;
}
.BgClassName
{
background-color: #218BC1;
}
</style>
border-color css
<style>
span { border-color: #218BC1; }
span { border-color: rgb(33,139,193); }
td.TdClassName
{
border-color: #218BC1;
}
.TagClassName
{
border-color: #218BC1;
}
</style>