Shades of Scooter #218DA0
Tints of Scooter #218DA0
RGB
CMYK
RGB Variations
Color information
#218DA0 (or 0x218DA0) is known color: Scooter. HEX triplet: 21, 8D and A0. RGB value is (33,141,160). Sum of RGB (Red+Green+Blue) = 33+141+160=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #218DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218DA0 is #DE725F. Grayscale: #6E6E6E. Windows color (decimal): -14578272 or 10521889. OLE color: 10521889.
HSL color Cylindrical-coordinate representation of color #218DA0: hue angle of 188.98º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #218DA0 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 141 | 160 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.37 |
| HSL | 188.98º | 0.66% | 0.38% | - |
| HSV(B) | 188.98º | 0.79% | 0.63% | - |
| XYZ | 16.5 | 21.91 | 36.62 | - |
| YUV | 110.87 | 155.72 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 160 | 0.79 | 0.12 | 0 | 0.37 | 188.98 | 0.66 | 0.38 |
| Hex | 21 | 8D | A0 | 4F | C | 0 | 25 | BD | 42 | 26 |
| Octal | 41 | 215 | 240 | 117 | 14 | 0 | 45 | 275 | 102 | 46 |
| Binary | 100001 | 10001101 | 10100000 | 1001111 | 1100 | 0 | 100101 | 10111101 | 1000010 | 100110 |
Color Harmonies of #218DA0
Complementary color
Monochromatic Colors of #218DA0
Black with #218DA0
Text Example
Text Example
White with #218DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DA0; }
p { color: rgb(33,141,160); }
H1.HeaderClassName
{
color: #218DA0;
}
.AnyTagClassName
{
color: #218DA0;
}
</style>
background-color css
<style>
a { background-color: #218DA0; }
a { background-color: rgb(33,141,160); }
div.DivClassName
{
background-color: #218DA0;
}
.BgClassName
{
background-color: #218DA0;
}
</style>
border-color css
<style>
span { border-color: #218DA0; }
span { border-color: rgb(33,141,160); }
td.TdClassName
{
border-color: #218DA0;
}
.TagClassName
{
border-color: #218DA0;
}
</style>