Shades of Scooter #218AA3
Tints of Scooter #218AA3
RGB
CMYK
RGB Variations
Color information
#218AA3 (or 0x218AA3) is known color: Scooter. HEX triplet: 21, 8A and A3. RGB value is (33,138,163). Sum of RGB (Red+Green+Blue) = 33+138+163=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 163 (64.06% from 255 or 48.80% from 334); Max value from RGB is 163 - color contains mainly: blue. Hex color #218AA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218AA3 is #DE755C. Grayscale: #6D6D6D. Windows color (decimal): -14579037 or 10717729. OLE color: 10717729.
HSL color Cylindrical-coordinate representation of color #218AA3: hue angle of 191.54º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #218AA3 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 138 | 163 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.36 |
| HSL | 191.54º | 0.66% | 0.38% | - |
| HSV(B) | 191.54º | 0.8% | 0.64% | - |
| XYZ | 16.33 | 21.14 | 37.87 | - |
| YUV | 109.46 | 158.21 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 163 | 0.80 | 0.15 | 0 | 0.36 | 191.54 | 0.66 | 0.38 |
| Hex | 21 | 8A | A3 | 50 | F | 0 | 24 | C0 | 42 | 26 |
| Octal | 41 | 212 | 243 | 120 | 17 | 0 | 44 | 300 | 102 | 46 |
| Binary | 100001 | 10001010 | 10100011 | 1010000 | 1111 | 0 | 100100 | 11000000 | 1000010 | 100110 |
Color Harmonies of #218AA3
Complementary color
Monochromatic Colors of #218AA3
Black with #218AA3
Text Example
Text Example
White with #218AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218AA3; }
p { color: rgb(33,138,163); }
H1.HeaderClassName
{
color: #218AA3;
}
.AnyTagClassName
{
color: #218AA3;
}
</style>
background-color css
<style>
a { background-color: #218AA3; }
a { background-color: rgb(33,138,163); }
div.DivClassName
{
background-color: #218AA3;
}
.BgClassName
{
background-color: #218AA3;
}
</style>
border-color css
<style>
span { border-color: #218AA3; }
span { border-color: rgb(33,138,163); }
td.TdClassName
{
border-color: #218AA3;
}
.TagClassName
{
border-color: #218AA3;
}
</style>