#218CAE

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

Shades of Pelorous #218CAE

Tints of Pelorous #218CAE

Color information

#218CAE (or 0x218CAE) is unknown color: approx Pelorous. HEX triplet: 21, 8C and AE. RGB value is (33,140,174). Sum of RGB (Red+Green+Blue) = 33+140+174=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #218CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218CAE is #DE7351. Grayscale: #6F6F6F. Windows color (decimal): -14578514 or 11439137. OLE color: 11439137.

HSL color Cylindrical-coordinate representation of color #218CAE: hue angle of 194.47º 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 #218CAE is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB33140174-
CMYK0.810.2000.32
HSL194.47º68.12%40.59%-
HSV(B)194.47º81.03%68.24%-
XYZ17.6522.1443.39-
YUV111.88163.0571.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.51%
GREEN value IS 140 (55.08% from 255) = 40.35%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=9.51%
G=40.35%
B=50.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331401740.810.2000.32194.4768.1240.59
Hex218CAE5114020c24429
Octal412142561212404030210451
Binary10000110001100101011101010001101000100000110000101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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