#218DAE

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

Shades of Pelorous #218DAE

Tints of Pelorous #218DAE

Color information

#218DAE (or 0x218DAE) is unknown color: approx Pelorous. HEX triplet: 21, 8D and AE. RGB value is (33,141,174). Sum of RGB (Red+Green+Blue) = 33+141+174=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #218DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218DAE is #DE7251. Grayscale: #707070. Windows color (decimal): -14578258 or 11439393. OLE color: 11439393.

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

Color convert

RGB33141174-
CMYK0.810.1900.32
HSL194.04º68.12%40.59%-
HSV(B)194.04º81.03%68.24%-
XYZ17.7922.4343.44-
YUV112.47162.7271.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.48%
GREEN value IS 141 (55.47% from 255) = 40.52%
BLUE value IS 174 (68.36% from 255) = 50%
R=9.48%
G=40.52%
B=50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331411740.810.1900.32194.0468.1240.59
Hex218DAE5113020c24429
Octal412152561212304030210451
Binary10000110001101101011101010001100110100000110000101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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