#217D96

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

Shades of Scooter #217D96

Tints of Scooter #217D96

Color information

#217D96 (or 0x217D96) is unknown color: approx Scooter. HEX triplet: 21, 7D and 96. RGB value is (33,125,150). Sum of RGB (Red+Green+Blue) = 33+125+150=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #217D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217D96 is #DE8269. Grayscale: #646464. Windows color (decimal): -14582378 or 9862433. OLE color: 9862433.

HSL color Cylindrical-coordinate representation of color #217D96: hue angle of 192.82º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #217D96 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB33125150-
CMYK0.780.1700.41
HSL192.82º63.93%35.88%-
HSV(B)192.82º78%58.82%-
XYZ13.4717.1931.46-
YUV100.34156.0279.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.71%
GREEN value IS 125 (49.22% from 255) = 40.58%
BLUE value IS 150 (58.98% from 255) = 48.70%
R=10.71%
G=40.58%
B=48.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal331251500.780.1700.41192.8263.9335.88
Hex217D964E11029c14024
Octal411752261162105130110044
Binary1000011111101100101101001110100010101001110000011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,125,150); }

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

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

 a { background-color: rgb(33,125,150); }

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

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

 span { border-color: rgb(33,125,150); }

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