Shades of Scooter #217C95
Tints of Scooter #217C95
RGB
CMYK
RGB Variations
Color information
#217C95 (or 0x217C95) is known color: Scooter. HEX triplet: 21, 7C and 95. RGB value is (33,124,149). Sum of RGB (Red+Green+Blue) = 33+124+149=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #217C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217C95 is #DE836A. Grayscale: #636363. Windows color (decimal): -14582635 or 9796641. OLE color: 9796641.
HSL color Cylindrical-coordinate representation of color #217C95: hue angle of 192.93º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #217C95 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 124 | 149 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.42 |
| HSL | 192.93º | 0.64% | 0.36% | - |
| HSV(B) | 192.93º | 0.78% | 0.58% | - |
| XYZ | 13.26 | 16.91 | 31 | - |
| YUV | 99.64 | 155.85 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 149 | 0.78 | 0.17 | 0 | 0.42 | 192.93 | 0.64 | 0.36 |
| Hex | 21 | 7C | 95 | 4E | 11 | 0 | 2A | C1 | 40 | 24 |
| Octal | 41 | 174 | 225 | 116 | 21 | 0 | 52 | 301 | 100 | 44 |
| Binary | 100001 | 1111100 | 10010101 | 1001110 | 10001 | 0 | 101010 | 11000001 | 1000000 | 100100 |
Color Harmonies of #217C95
Complementary color
Monochromatic Colors of #217C95
Black with #217C95
Text Example
Text Example
White with #217C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C95; }
p { color: rgb(33,124,149); }
H1.HeaderClassName
{
color: #217C95;
}
.AnyTagClassName
{
color: #217C95;
}
</style>
background-color css
<style>
a { background-color: #217C95; }
a { background-color: rgb(33,124,149); }
div.DivClassName
{
background-color: #217C95;
}
.BgClassName
{
background-color: #217C95;
}
</style>
border-color css
<style>
span { border-color: #217C95; }
span { border-color: rgb(33,124,149); }
td.TdClassName
{
border-color: #217C95;
}
.TagClassName
{
border-color: #217C95;
}
</style>