Shades of Scooter #218698
Tints of Scooter #218698
RGB
CMYK
RGB Variations
Color information
#218698 (or 0x218698) is known color: Scooter. HEX triplet: 21, 86 and 98. RGB value is (33,134,152). Sum of RGB (Red+Green+Blue) = 33+134+152=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #218698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218698 is #DE7967. Grayscale: #696969. Windows color (decimal): -14580072 or 9995809. OLE color: 9995809.
HSL color Cylindrical-coordinate representation of color #218698: hue angle of 189.08º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218698 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 134 | 152 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.40 |
| HSL | 189.08º | 0.64% | 0.36% | - |
| HSV(B) | 189.08º | 0.78% | 0.6% | - |
| XYZ | 14.82 | 19.64 | 32.72 | - |
| YUV | 105.85 | 154.04 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 152 | 0.78 | 0.12 | 0 | 0.40 | 189.08 | 0.64 | 0.36 |
| Hex | 21 | 86 | 98 | 4E | C | 0 | 28 | BD | 40 | 24 |
| Octal | 41 | 206 | 230 | 116 | 14 | 0 | 50 | 275 | 100 | 44 |
| Binary | 100001 | 10000110 | 10011000 | 1001110 | 1100 | 0 | 101000 | 10111101 | 1000000 | 100100 |
Color Harmonies of #218698
Complementary color
Monochromatic Colors of #218698
Black with #218698
Text Example
Text Example
White with #218698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218698; }
p { color: rgb(33,134,152); }
H1.HeaderClassName
{
color: #218698;
}
.AnyTagClassName
{
color: #218698;
}
</style>
background-color css
<style>
a { background-color: #218698; }
a { background-color: rgb(33,134,152); }
div.DivClassName
{
background-color: #218698;
}
.BgClassName
{
background-color: #218698;
}
</style>
border-color css
<style>
span { border-color: #218698; }
span { border-color: rgb(33,134,152); }
td.TdClassName
{
border-color: #218698;
}
.TagClassName
{
border-color: #218698;
}
</style>