#217E93

Color #217E93 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #217E93

Tints of Scooter #217E93

Color information

#217E93 (or 0x217E93) is unknown color: approx Scooter. HEX triplet: 21, 7E and 93. RGB value is (33,126,147). Sum of RGB (Red+Green+Blue) = 33+126+147=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #217E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217E93 is #DE816C. Grayscale: #646464. Windows color (decimal): -14582125 or 9666081. OLE color: 9666081.

HSL color Cylindrical-coordinate representation of color #217E93: hue angle of 191.05º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #217E93 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB33126147-
CMYK0.780.1400.42
HSL191.05º63.33%35.29%-
HSV(B)191.05º77.55%57.65%-
XYZ13.3517.3530.25-
YUV100.59154.1979.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 10.78%
GREEN value IS 126 (49.61% from 255) = 41.18%
BLUE value IS 147 (57.81% from 255) = 48.04%
R=10.78%
G=41.18%
B=48.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331261470.780.1400.42191.0563.3335.29
Hex217E934EE02Abf3f23
Octal41176223116160522777743
Binary10000111111101001001110011101110010101010111111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217E93; }

 p { color: rgb(33,126,147); }

 H1.HeaderClassName
 {
   color: #217E93;
 }
 .AnyTagClassName
 {
   color: #217E93;
 }
</style>
background-color css

<style>
 a { background-color: #217E93; }

 a { background-color: rgb(33,126,147); }

 div.DivClassName
 {
   background-color: #217E93;
 }
 .BgClassName
 {
   background-color: #217E93;
 }
</style>
border-color css

<style>
 span { border-color: #217E93; }

 span { border-color: rgb(33,126,147); }

 td.TdClassName
 {
   border-color: #217E93;
 }
 .TagClassName
 {
   border-color: #217E93;
 }
</style>