#218E9E

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

Shades of Scooter #218E9E

Tints of Scooter #218E9E

Color information

#218E9E (or 0x218E9E) is unknown color: approx Scooter. HEX triplet: 21, 8E and 9E. RGB value is (33,142,158). Sum of RGB (Red+Green+Blue) = 33+142+158=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #218E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218E9E is #DE7161. Grayscale: #6F6F6F. Windows color (decimal): -14578018 or 10391073. OLE color: 10391073.

HSL color Cylindrical-coordinate representation of color #218E9E: hue angle of 187.68º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #218E9E is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB33142158-
CMYK0.790.1000.38
HSL187.68º65.45%37.45%-
HSV(B)187.68º79.11%61.96%-
XYZ16.4722.1435.75-
YUV111.23154.3972.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.91%
GREEN value IS 142 (55.86% from 255) = 42.64%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=9.91%
G=42.64%
B=47.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331421580.790.1000.38187.6865.4537.45
Hex218E9E4FA026bc4125
Octal412162361171204627410145
Binary1000011000111010011110100111110100100110101111001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,142,158); }

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

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

 a { background-color: rgb(33,142,158); }

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

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

 span { border-color: rgb(33,142,158); }

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