#218897

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

Shades of Scooter #218897

Tints of Scooter #218897

Color information

#218897 (or 0x218897) is unknown color: approx Scooter. HEX triplet: 21, 88 and 97. RGB value is (33,136,151). Sum of RGB (Red+Green+Blue) = 33+136+151=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #218897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218897 is #DE7768. Grayscale: #6A6A6A. Windows color (decimal): -14579561 or 9930785. OLE color: 9930785.

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

Color convert

RGB33136151-
CMYK0.780.1000.41
HSL187.63º64.13%36.08%-
HSV(B)187.63º78.15%59.22%-
XYZ15.0220.1732.38-
YUV106.91152.8875.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.31%
GREEN value IS 136 (53.52% from 255) = 42.5%
BLUE value IS 151 (59.38% from 255) = 47.19%
R=10.31%
G=42.5%
B=47.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal331361510.780.1000.41187.6364.1336.08
Hex2188974EA029bc4024
Octal412102271161205127410044
Binary1000011000100010010111100111010100101001101111001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218897; }

 p { color: rgb(33,136,151); }

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

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

 a { background-color: rgb(33,136,151); }

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

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

 span { border-color: rgb(33,136,151); }

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