#218C9C

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

Shades of Scooter #218C9C

Tints of Scooter #218C9C

Color information

#218C9C (or 0x218C9C) is unknown color: approx Scooter. HEX triplet: 21, 8C and 9C. RGB value is (33,140,156). Sum of RGB (Red+Green+Blue) = 33+140+156=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #218C9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218C9C is #DE7363. Grayscale: #6D6D6D. Windows color (decimal): -14578532 or 10259489. OLE color: 10259489.

HSL color Cylindrical-coordinate representation of color #218C9C: hue angle of 187.8º 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 #218C9C is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB33140156-
CMYK0.790.1000.39
HSL187.8º65.08%37.06%-
HSV(B)187.8º78.85%61.18%-
XYZ16.0121.4834.75-
YUV109.83154.0573.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.03%
GREEN value IS 140 (55.08% from 255) = 42.55%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=10.03%
G=42.55%
B=47.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331401560.790.1000.39187.865.0837.06
Hex218C9C4FA027bc4125
Octal412142341171204727410145
Binary1000011000110010011100100111110100100111101111001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218C9C; }

 p { color: rgb(33,140,156); }

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

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

 a { background-color: rgb(33,140,156); }

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

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

 span { border-color: rgb(33,140,156); }

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