#218EB9

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

Shades of Pelorous #218EB9

Tints of Pelorous #218EB9

Color information

#218EB9 (or 0x218EB9) is unknown color: approx Pelorous. HEX triplet: 21, 8E and B9. RGB value is (33,142,185). Sum of RGB (Red+Green+Blue) = 33+142+185=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #218EB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218EB9 is #DE7146. Grayscale: #727272. Windows color (decimal): -14577991 or 12160545. OLE color: 12160545.

HSL color Cylindrical-coordinate representation of color #218EB9: hue angle of 196.97º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218EB9 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33142185-
CMYK0.820.2300.27
HSL196.97º69.72%42.75%-
HSV(B)196.97º82.16%72.55%-
XYZ19.0623.1749.37-
YUV114.31167.8970-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.17%
GREEN value IS 142 (55.86% from 255) = 39.44%
BLUE value IS 185 (72.66% from 255) = 51.39%
R=9.17%
G=39.44%
B=51.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331421850.820.2300.27196.9769.7242.75
Hex218EB9521701Bc5462b
Octal412162711222703330510653
Binary1000011000111010111001101001010111011011110001011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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