#217f99

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

Shades of Scooter #217F99

Tints of Scooter #217F99

Color information

#217F99 (or 0x217F99) is unknown color: approx Scooter. HEX triplet: 21, 7F and 99. RGB value is (33,127,153). Sum of RGB (Red+Green+Blue) = 33+127+153=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #217F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217F99 is #DE8066. Grayscale: #656565. Windows color (decimal): -14581863 or 10059553. OLE color: 10059553.

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

Color convert

RGB33127153-
CMYK0.780.1700.4
HSL193º64.52%36.47%-
HSV(B)193º78.43%60%-
XYZ13.9717.832.84-
YUV101.86156.8678.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.54%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=10.54%
G=40.58%
B=48.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal331271530.780.1700.419364.5236.47
Hex217F994E11028c14124
Octal411772311162105030110144
Binary1000011111111100110011001110100010101000110000011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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