#218899

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

Shades of Scooter #218899

Tints of Scooter #218899

Color information

#218899 (or 0x218899) is unknown color: approx Scooter. HEX triplet: 21, 88 and 99. RGB value is (33,136,153). Sum of RGB (Red+Green+Blue) = 33+136+153=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #218899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218899 is #DE7766. Grayscale: #6A6A6A. Windows color (decimal): -14579559 or 10061857. OLE color: 10061857.

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

Color convert

RGB33136153-
CMYK0.780.1100.4
HSL188.5º64.52%36.47%-
HSV(B)188.5º78.43%60%-
XYZ15.1820.2333.24-
YUV107.14153.8875.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.25%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=10.25%
G=42.24%
B=47.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal331361530.780.1100.4188.564.5236.47
Hex2188994EB028bc4124
Octal412102311161305027410144
Binary1000011000100010011001100111010110101000101111001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218899; }

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

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

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

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

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

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

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

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