#217F9B

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

Shades of Scooter #217F9B

Tints of Scooter #217F9B

Color information

#217F9B (or 0x217F9B) is unknown color: approx Scooter. HEX triplet: 21, 7F and 9B. RGB value is (33,127,155). Sum of RGB (Red+Green+Blue) = 33+127+155=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #217F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217F9B is #DE8064. Grayscale: #656565. Windows color (decimal): -14581861 or 10190625. OLE color: 10190625.

HSL color Cylindrical-coordinate representation of color #217F9B: hue angle of 193.77º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #217F9B is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB33127155-
CMYK0.790.1800.39
HSL193.77º64.89%36.86%-
HSV(B)193.77º78.71%60.78%-
XYZ14.1317.8733.71-
YUV102.09157.8678.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.48%
GREEN value IS 127 (50% from 255) = 40.32%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=10.48%
G=40.32%
B=49.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331271550.790.1800.39193.7764.8936.86
Hex217F9B4F12027c24125
Octal411772331172204730210145
Binary1000011111111100110111001111100100100111110000101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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