#218aa7

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

Shades of Scooter #218AA7

Tints of Scooter #218AA7

Color information

#218AA7 (or 0x218AA7) is unknown color: approx Scooter. HEX triplet: 21, 8A and A7. RGB value is (33,138,167). Sum of RGB (Red+Green+Blue) = 33+138+167=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 167 (65.62% from 255 or 49.41% from 338); Max value from RGB is 167 - color contains mainly: blue. Hex color #218AA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218AA7 is #DE7558. Grayscale: #6D6D6D. Windows color (decimal): -14579033 or 10979873. OLE color: 10979873.

HSL color Cylindrical-coordinate representation of color #218AA7: hue angle of 192.99º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #218AA7 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB33138167-
CMYK0.800.1700.35
HSL192.99º67%39.22%-
HSV(B)192.99º80.24%65.49%-
XYZ16.6921.2939.79-
YUV109.91160.2173.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.76%
GREEN value IS 138 (54.30% from 255) = 40.83%
BLUE value IS 167 (65.62% from 255) = 49.41%
R=9.76%
G=40.83%
B=49.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal331381670.800.1700.35192.996739.22
Hex218AA75011023c14327
Octal412122471202104330110347
Binary10000110001010101001111010000100010100011110000011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218aa7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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