#218CAA

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

Shades of Pelorous #218CAA

Tints of Pelorous #218CAA

Color information

#218CAA (or 0x218CAA) is unknown color: approx Pelorous. HEX triplet: 21, 8C and AA. RGB value is (33,140,170). Sum of RGB (Red+Green+Blue) = 33+140+170=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #218CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218CAA is #DE7355. Grayscale: #6F6F6F. Windows color (decimal): -14578518 or 11176993. OLE color: 11176993.

HSL color Cylindrical-coordinate representation of color #218CAA: hue angle of 193.14º degrees, saturation: 0.67, 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 #218CAA is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33140170-
CMYK0.810.1800.33
HSL193.14º67.49%39.8%-
HSV(B)193.14º80.59%66.67%-
XYZ17.2621.9841.36-
YUV111.43161.0572.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.62%
GREEN value IS 140 (55.08% from 255) = 40.82%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=9.62%
G=40.82%
B=49.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331401700.810.1800.33193.1467.4939.8
Hex218CAA5112021c14328
Octal412142521212204130110350
Binary10000110001100101010101010001100100100001110000011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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