Shades of Pelorous #218CBE
Tints of Pelorous #218CBE
RGB
CMYK
RGB Variations
Color information
#218CBE (or 0x218CBE) is known color: Pelorous. HEX triplet: 21, 8C and BE. RGB value is (33,140,190). Sum of RGB (Red+Green+Blue) = 33+140+190=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #218CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CBE is #DE7341. Grayscale: #717171. Windows color (decimal): -14578498 or 12487713. OLE color: 12487713.
HSL color Cylindrical-coordinate representation of color #218CBE: hue angle of 199.11º degrees, saturation: 0.7, 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 #218CBE is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 140 | 190 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.25 |
| HSL | 199.11º | 0.7% | 0.44% | - |
| HSV(B) | 199.11º | 0.83% | 0.75% | - |
| XYZ | 19.3 | 22.8 | 52.1 | - |
| YUV | 113.71 | 171.05 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 190 | 0.83 | 0.26 | 0 | 0.25 | 199.11 | 0.7 | 0.44 |
| Hex | 21 | 8C | BE | 53 | 1A | 0 | 19 | C7 | 46 | 2C |
| Octal | 41 | 214 | 276 | 123 | 32 | 0 | 31 | 307 | 106 | 54 |
| Binary | 100001 | 10001100 | 10111110 | 1010011 | 11010 | 0 | 11001 | 11000111 | 1000110 | 101100 |
Color Harmonies of #218CBE
Complementary color
Monochromatic Colors of #218CBE
Black with #218CBE
Text Example
Text Example
White with #218CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CBE; }
p { color: rgb(33,140,190); }
H1.HeaderClassName
{
color: #218CBE;
}
.AnyTagClassName
{
color: #218CBE;
}
</style>
background-color css
<style>
a { background-color: #218CBE; }
a { background-color: rgb(33,140,190); }
div.DivClassName
{
background-color: #218CBE;
}
.BgClassName
{
background-color: #218CBE;
}
</style>
border-color css
<style>
span { border-color: #218CBE; }
span { border-color: rgb(33,140,190); }
td.TdClassName
{
border-color: #218CBE;
}
.TagClassName
{
border-color: #218CBE;
}
</style>