Shades of Scooter #217FA5
Tints of Scooter #217FA5
RGB
CMYK
RGB Variations
Color information
#217FA5 (or 0x217FA5) is known color: Scooter. HEX triplet: 21, 7F and A5. RGB value is (33,127,165). Sum of RGB (Red+Green+Blue) = 33+127+165=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #217FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217FA5 is #DE805A. Grayscale: #666666. Windows color (decimal): -14581851 or 10845985. OLE color: 10845985.
HSL color Cylindrical-coordinate representation of color #217FA5: hue angle of 197.27º 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 #217FA5 is Cyan = 0.8, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 127 | 165 | - |
| CMYK | 0.8 | 0.23 | 0 | 0.35 |
| HSL | 197.27º | 0.67% | 0.39% | - |
| HSV(B) | 197.27º | 0.8% | 0.65% | - |
| XYZ | 15.01 | 18.22 | 38.32 | - |
| YUV | 103.23 | 162.86 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 165 | 0.8 | 0.23 | 0 | 0.35 | 197.27 | 0.67 | 0.39 |
| Hex | 21 | 7F | A5 | 50 | 17 | 0 | 23 | C5 | 43 | 27 |
| Octal | 41 | 177 | 245 | 120 | 27 | 0 | 43 | 305 | 103 | 47 |
| Binary | 100001 | 1111111 | 10100101 | 1010000 | 10111 | 0 | 100011 | 11000101 | 1000011 | 100111 |
Color Harmonies of #217FA5
Complementary color
Monochromatic Colors of #217FA5
Black with #217FA5
Text Example
Text Example
White with #217FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217FA5; }
p { color: rgb(33,127,165); }
H1.HeaderClassName
{
color: #217FA5;
}
.AnyTagClassName
{
color: #217FA5;
}
</style>
background-color css
<style>
a { background-color: #217FA5; }
a { background-color: rgb(33,127,165); }
div.DivClassName
{
background-color: #217FA5;
}
.BgClassName
{
background-color: #217FA5;
}
</style>
border-color css
<style>
span { border-color: #217FA5; }
span { border-color: rgb(33,127,165); }
td.TdClassName
{
border-color: #217FA5;
}
.TagClassName
{
border-color: #217FA5;
}
</style>