Shades of Scooter #217D9A
Tints of Scooter #217D9A
RGB
CMYK
RGB Variations
Color information
#217D9A (or 0x217D9A) is known color: Scooter. HEX triplet: 21, 7D and 9A. RGB value is (33,125,154). Sum of RGB (Red+Green+Blue) = 33+125+154=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #217D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217D9A is #DE8265. Grayscale: #646464. Windows color (decimal): -14582374 or 10124577. OLE color: 10124577.
HSL color Cylindrical-coordinate representation of color #217D9A: hue angle of 194.38º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #217D9A is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 125 | 154 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.40 |
| HSL | 194.38º | 0.65% | 0.37% | - |
| HSV(B) | 194.38º | 0.79% | 0.6% | - |
| XYZ | 13.79 | 17.32 | 33.19 | - |
| YUV | 100.8 | 158.02 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 154 | 0.79 | 0.19 | 0 | 0.40 | 194.38 | 0.65 | 0.37 |
| Hex | 21 | 7D | 9A | 4F | 13 | 0 | 28 | C2 | 41 | 25 |
| Octal | 41 | 175 | 232 | 117 | 23 | 0 | 50 | 302 | 101 | 45 |
| Binary | 100001 | 1111101 | 10011010 | 1001111 | 10011 | 0 | 101000 | 11000010 | 1000001 | 100101 |
Color Harmonies of #217D9A
Complementary color
Monochromatic Colors of #217D9A
Black with #217D9A
Text Example
Text Example
White with #217D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217D9A; }
p { color: rgb(33,125,154); }
H1.HeaderClassName
{
color: #217D9A;
}
.AnyTagClassName
{
color: #217D9A;
}
</style>
background-color css
<style>
a { background-color: #217D9A; }
a { background-color: rgb(33,125,154); }
div.DivClassName
{
background-color: #217D9A;
}
.BgClassName
{
background-color: #217D9A;
}
</style>
border-color css
<style>
span { border-color: #217D9A; }
span { border-color: rgb(33,125,154); }
td.TdClassName
{
border-color: #217D9A;
}
.TagClassName
{
border-color: #217D9A;
}
</style>