#218196

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

Shades of Scooter #218196

Tints of Scooter #218196

Color information

#218196 (or 0x218196) is unknown color: approx Scooter. HEX triplet: 21, 81 and 96. RGB value is (33,129,150). Sum of RGB (Red+Green+Blue) = 33+129+150=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #218196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218196 is #DE7E69. Grayscale: #666666. Windows color (decimal): -14581354 or 9863457. OLE color: 9863457.

HSL color Cylindrical-coordinate representation of color #218196: hue angle of 190.77º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218196 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB33129150-
CMYK0.780.1400.41
HSL190.77º63.93%35.88%-
HSV(B)190.77º78%58.82%-
XYZ13.9818.2331.64-
YUV102.69154.778.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.58%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=10.58%
G=41.35%
B=48.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal331291500.780.1400.41190.7763.9335.88
Hex2181964EE029bf4024
Octal412012261161605127710044
Binary1000011000000110010110100111011100101001101111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218196; }

 p { color: rgb(33,129,150); }

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

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

 a { background-color: rgb(33,129,150); }

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

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

 span { border-color: rgb(33,129,150); }

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