#218B9B

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

Shades of Scooter #218B9B

Tints of Scooter #218B9B

Color information

#218B9B (or 0x218B9B) is unknown color: approx Scooter. HEX triplet: 21, 8B and 9B. RGB value is (33,139,155). Sum of RGB (Red+Green+Blue) = 33+139+155=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #218B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218B9B is #DE7464. Grayscale: #6C6C6C. Windows color (decimal): -14578789 or 10193697. OLE color: 10193697.

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

Color convert

RGB33139155-
CMYK0.790.1000.39
HSL187.87º64.89%36.86%-
HSV(B)187.87º78.71%60.78%-
XYZ15.7821.1634.26-
YUV109.13153.8873.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.09%
GREEN value IS 139 (54.69% from 255) = 42.51%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=10.09%
G=42.51%
B=47.40%

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
Decimal331391550.790.1000.39187.8764.8936.86
Hex218B9B4FA027bc4125
Octal412132331171204727410145
Binary1000011000101110011011100111110100100111101111001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,139,155); }

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

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

 a { background-color: rgb(33,139,155); }

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

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

 span { border-color: rgb(33,139,155); }

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