Shades of Pelorous #218CAD
Tints of Pelorous #218CAD
RGB
CMYK
RGB Variations
Color information
#218CAD (or 0x218CAD) is known color: Pelorous. HEX triplet: 21, 8C and AD. RGB value is (33,140,173). Sum of RGB (Red+Green+Blue) = 33+140+173=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #218CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218CAD is #DE7352. Grayscale: #6F6F6F. Windows color (decimal): -14578515 or 11373601. OLE color: 11373601.
HSL color Cylindrical-coordinate representation of color #218CAD: hue angle of 194.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #218CAD is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 140 | 173 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.32 |
| HSL | 194.14º | 0.68% | 0.4% | - |
| HSV(B) | 194.14º | 0.81% | 0.68% | - |
| XYZ | 17.55 | 22.1 | 42.88 | - |
| YUV | 111.77 | 162.55 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 173 | 0.81 | 0.19 | 0 | 0.32 | 194.14 | 0.68 | 0.4 |
| Hex | 21 | 8C | AD | 51 | 13 | 0 | 20 | C2 | 44 | 28 |
| Octal | 41 | 214 | 255 | 121 | 23 | 0 | 40 | 302 | 104 | 50 |
| Binary | 100001 | 10001100 | 10101101 | 1010001 | 10011 | 0 | 100000 | 11000010 | 1000100 | 101000 |
Color Harmonies of #218CAD
Complementary color
Monochromatic Colors of #218CAD
Black with #218CAD
Text Example
Text Example
White with #218CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CAD; }
p { color: rgb(33,140,173); }
H1.HeaderClassName
{
color: #218CAD;
}
.AnyTagClassName
{
color: #218CAD;
}
</style>
background-color css
<style>
a { background-color: #218CAD; }
a { background-color: rgb(33,140,173); }
div.DivClassName
{
background-color: #218CAD;
}
.BgClassName
{
background-color: #218CAD;
}
</style>
border-color css
<style>
span { border-color: #218CAD; }
span { border-color: rgb(33,140,173); }
td.TdClassName
{
border-color: #218CAD;
}
.TagClassName
{
border-color: #218CAD;
}
</style>