#217FA5

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

Shades of Scooter #217FA5

Tints of Scooter #217FA5

Color information

#217FA5 (or 0x217FA5) is unknown color: approx 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

RGB33127165-
CMYK0.80.2300.35
HSL197.27º66.67%38.82%-
HSV(B)197.27º80%64.71%-
XYZ15.0118.2238.32-
YUV103.23162.8677.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.15%
GREEN value IS 127 (50% from 255) = 39.08%
BLUE value IS 165 (64.84% from 255) = 50.77%
R=10.15%
G=39.08%
B=50.77%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal331271650.80.2300.35197.2766.6738.82
Hex217FA55017023c54327
Octal411772451202704330510347
Binary1000011111111101001011010000101110100011110001011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>