#218EAE

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

Shades of Pelorous #218EAE

Tints of Pelorous #218EAE

Color information

#218EAE (or 0x218EAE) is unknown color: approx Pelorous. HEX triplet: 21, 8E and AE. RGB value is (33,142,174). Sum of RGB (Red+Green+Blue) = 33+142+174=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #218EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218EAE is #DE7151. Grayscale: #707070. Windows color (decimal): -14578002 or 11439649. OLE color: 11439649.

HSL color Cylindrical-coordinate representation of color #218EAE: hue angle of 193.62º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #218EAE is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB33142174-
CMYK0.810.1800.32
HSL193.62º68.12%40.59%-
HSV(B)193.62º81.03%68.24%-
XYZ17.9422.7343.49-
YUV113.06162.3970.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.46%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=9.46%
G=40.69%
B=49.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331421740.810.1800.32193.6268.1240.59
Hex218EAE5112020c24429
Octal412162561212204030210451
Binary10000110001110101011101010001100100100000110000101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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