Shades of Scooter #217F98
Tints of Scooter #217F98
RGB
CMYK
RGB Variations
Color information
#217F98 (or 0x217F98) is known color: Scooter. HEX triplet: 21, 7F and 98. RGB value is (33,127,152). Sum of RGB (Red+Green+Blue) = 33+127+152=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #217F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217F98 is #DE8067. Grayscale: #656565. Windows color (decimal): -14581864 or 9994017. OLE color: 9994017.
HSL color Cylindrical-coordinate representation of color #217F98: hue angle of 192.61º 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 #217F98 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 127 | 152 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.40 |
| HSL | 192.61º | 0.64% | 0.36% | - |
| HSV(B) | 192.61º | 0.78% | 0.6% | - |
| XYZ | 13.88 | 17.77 | 32.4 | - |
| YUV | 101.74 | 156.36 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 152 | 0.78 | 0.16 | 0 | 0.40 | 192.61 | 0.64 | 0.36 |
| Hex | 21 | 7F | 98 | 4E | 10 | 0 | 28 | C1 | 40 | 24 |
| Octal | 41 | 177 | 230 | 116 | 20 | 0 | 50 | 301 | 100 | 44 |
| Binary | 100001 | 1111111 | 10011000 | 1001110 | 10000 | 0 | 101000 | 11000001 | 1000000 | 100100 |
Color Harmonies of #217F98
Complementary color
Monochromatic Colors of #217F98
Black with #217F98
Text Example
Text Example
White with #217F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F98; }
p { color: rgb(33,127,152); }
H1.HeaderClassName
{
color: #217F98;
}
.AnyTagClassName
{
color: #217F98;
}
</style>
background-color css
<style>
a { background-color: #217F98; }
a { background-color: rgb(33,127,152); }
div.DivClassName
{
background-color: #217F98;
}
.BgClassName
{
background-color: #217F98;
}
</style>
border-color css
<style>
span { border-color: #217F98; }
span { border-color: rgb(33,127,152); }
td.TdClassName
{
border-color: #217F98;
}
.TagClassName
{
border-color: #217F98;
}
</style>