#218EAC

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

Shades of Pelorous #218EAC

Tints of Pelorous #218EAC

Color information

#218EAC (or 0x218EAC) is unknown color: approx Pelorous. HEX triplet: 21, 8E and AC. RGB value is (33,142,172). Sum of RGB (Red+Green+Blue) = 33+142+172=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #218EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218EAC is #DE7153. Grayscale: #707070. Windows color (decimal): -14578004 or 11308577. OLE color: 11308577.

HSL color Cylindrical-coordinate representation of color #218EAC: hue angle of 192.95º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #218EAC is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33142172-
CMYK0.810.1700.33
HSL192.95º67.8%40.2%-
HSV(B)192.95º80.81%67.45%-
XYZ17.7522.6542.47-
YUV112.83161.3971.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.51%
GREEN value IS 142 (55.86% from 255) = 40.92%
BLUE value IS 172 (67.58% from 255) = 49.57%
R=9.51%
G=40.92%
B=49.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331421720.810.1700.33192.9567.840.2
Hex218EAC5111021c14428
Octal412162541212104130110450
Binary10000110001110101011001010001100010100001110000011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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