#218599

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

Shades of Scooter #218599

Tints of Scooter #218599

Color information

#218599 (or 0x218599) is unknown color: approx Scooter. HEX triplet: 21, 85 and 99. RGB value is (33,133,153). Sum of RGB (Red+Green+Blue) = 33+133+153=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #218599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218599 is #DE7A66. Grayscale: #696969. Windows color (decimal): -14580327 or 10061089. OLE color: 10061089.

HSL color Cylindrical-coordinate representation of color #218599: hue angle of 190º 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 #218599 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB33133153-
CMYK0.780.1300.4
HSL190º64.52%36.47%-
HSV(B)190º78.43%60%-
XYZ14.7619.433.1-
YUV105.38154.8776.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.34%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=10.34%
G=41.69%
B=47.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal331331530.780.1300.419064.5236.47
Hex2185994ED028be4124
Octal412052311161505027610144
Binary1000011000010110011001100111011010101000101111101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218599; }

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

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

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

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

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

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

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

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