Shades of Pelorous #218AC0
Tints of Pelorous #218AC0
RGB
CMYK
RGB Variations
Color information
#218AC0 (or 0x218AC0) is known color: Pelorous. HEX triplet: 21, 8A and C0. RGB value is (33,138,192). Sum of RGB (Red+Green+Blue) = 33+138+192=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #218AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218AC0 is #DE753F. Grayscale: #707070. Windows color (decimal): -14579008 or 12618273. OLE color: 12618273.
HSL color Cylindrical-coordinate representation of color #218AC0: hue angle of 200.38º 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 #218AC0 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 138 | 192 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.25 |
| HSL | 200.38º | 0.71% | 0.44% | - |
| HSV(B) | 200.38º | 0.83% | 0.75% | - |
| XYZ | 19.23 | 22.31 | 53.16 | - |
| YUV | 112.76 | 172.71 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 192 | 0.83 | 0.28 | 0 | 0.25 | 200.38 | 0.71 | 0.44 |
| Hex | 21 | 8A | C0 | 53 | 1C | 0 | 19 | C8 | 47 | 2C |
| Octal | 41 | 212 | 300 | 123 | 34 | 0 | 31 | 310 | 107 | 54 |
| Binary | 100001 | 10001010 | 11000000 | 1010011 | 11100 | 0 | 11001 | 11001000 | 1000111 | 101100 |
Color Harmonies of #218AC0
Complementary color
Monochromatic Colors of #218AC0
Black with #218AC0
Text Example
Text Example
White with #218AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218AC0; }
p { color: rgb(33,138,192); }
H1.HeaderClassName
{
color: #218AC0;
}
.AnyTagClassName
{
color: #218AC0;
}
</style>
background-color css
<style>
a { background-color: #218AC0; }
a { background-color: rgb(33,138,192); }
div.DivClassName
{
background-color: #218AC0;
}
.BgClassName
{
background-color: #218AC0;
}
</style>
border-color css
<style>
span { border-color: #218AC0; }
span { border-color: rgb(33,138,192); }
td.TdClassName
{
border-color: #218AC0;
}
.TagClassName
{
border-color: #218AC0;
}
</style>