#218A99

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

Shades of Scooter #218A99

Tints of Scooter #218A99

Color information

#218A99 (or 0x218A99) is unknown color: approx Scooter. HEX triplet: 21, 8A and 99. RGB value is (33,138,153). Sum of RGB (Red+Green+Blue) = 33+138+153=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #218A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218A99 is #DE7566. Grayscale: #6C6C6C. Windows color (decimal): -14579047 or 10062369. OLE color: 10062369.

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

Color convert

RGB33138153-
CMYK0.780.1000.4
HSL187.5º64.52%36.47%-
HSV(B)187.5º78.43%60%-
XYZ15.4720.833.34-
YUV108.32153.2174.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.19%
GREEN value IS 138 (54.30% from 255) = 42.59%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=10.19%
G=42.59%
B=47.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal331381530.780.1000.4187.564.5236.47
Hex218A994EA028bc4124
Octal412122311161205027410144
Binary1000011000101010011001100111010100101000101111001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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