#217F95

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

Shades of Scooter #217F95

Tints of Scooter #217F95

Color information

#217F95 (or 0x217F95) is unknown color: approx Scooter. HEX triplet: 21, 7F and 95. RGB value is (33,127,149). Sum of RGB (Red+Green+Blue) = 33+127+149=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #217F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217F95 is #DE806A. Grayscale: #656565. Windows color (decimal): -14581867 or 9797409. OLE color: 9797409.

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

Color convert

RGB33127149-
CMYK0.780.1500.42
HSL191.38º63.74%35.69%-
HSV(B)191.38º77.85%58.43%-
XYZ13.6417.6731.13-
YUV101.4154.8679.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 127 (50% from 255) = 41.10%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=10.68%
G=41.10%
B=48.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331271490.780.1500.42191.3863.7435.69
Hex217F954EF02Abf4024
Octal411772251161705227710044
Binary100001111111110010101100111011110101010101111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,127,149); }

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

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

 a { background-color: rgb(33,127,149); }

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

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

 span { border-color: rgb(33,127,149); }

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