Shades of Scooter #218EA5
Tints of Scooter #218EA5
RGB
CMYK
RGB Variations
Color information
#218EA5 (or 0x218EA5) is known color: Scooter. HEX triplet: 21, 8E and A5. RGB value is (33,142,165). Sum of RGB (Red+Green+Blue) = 33+142+165=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 165 - color contains mainly: blue. Hex color #218EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218EA5 is #DE715A. Grayscale: #6F6F6F. Windows color (decimal): -14578011 or 10849825. OLE color: 10849825.
HSL color Cylindrical-coordinate representation of color #218EA5: hue angle of 190.45º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #218EA5 is Cyan = 0.8, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 142 | 165 | - |
| CMYK | 0.8 | 0.14 | 0 | 0.35 |
| HSL | 190.45º | 0.67% | 0.39% | - |
| HSV(B) | 190.45º | 0.8% | 0.65% | - |
| XYZ | 17.09 | 22.39 | 39.02 | - |
| YUV | 112.03 | 157.89 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 165 | 0.8 | 0.14 | 0 | 0.35 | 190.45 | 0.67 | 0.39 |
| Hex | 21 | 8E | A5 | 50 | E | 0 | 23 | BE | 43 | 27 |
| Octal | 41 | 216 | 245 | 120 | 16 | 0 | 43 | 276 | 103 | 47 |
| Binary | 100001 | 10001110 | 10100101 | 1010000 | 1110 | 0 | 100011 | 10111110 | 1000011 | 100111 |
Color Harmonies of #218EA5
Complementary color
Monochromatic Colors of #218EA5
Black with #218EA5
Text Example
Text Example
White with #218EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218EA5; }
p { color: rgb(33,142,165); }
H1.HeaderClassName
{
color: #218EA5;
}
.AnyTagClassName
{
color: #218EA5;
}
</style>
background-color css
<style>
a { background-color: #218EA5; }
a { background-color: rgb(33,142,165); }
div.DivClassName
{
background-color: #218EA5;
}
.BgClassName
{
background-color: #218EA5;
}
</style>
border-color css
<style>
span { border-color: #218EA5; }
span { border-color: rgb(33,142,165); }
td.TdClassName
{
border-color: #218EA5;
}
.TagClassName
{
border-color: #218EA5;
}
</style>