#219EAE

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

Shades of Pelorous #219EAE

Tints of Pelorous #219EAE

Color information

#219EAE (or 0x219EAE) is unknown color: approx Pelorous. HEX triplet: 21, 9E and AE. RGB value is (33,158,174). Sum of RGB (Red+Green+Blue) = 33+158+174=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #219EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219EAE is #DE6151. Grayscale: #7A7A7A. Windows color (decimal): -14573906 or 11443745. OLE color: 11443745.

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

Color convert

RGB33158174-
CMYK0.810.0900.32
HSL186.81º68.12%40.59%-
HSV(B)186.81º81.03%68.24%-
XYZ20.4927.8344.34-
YUV122.45157.0964.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.04%
GREEN value IS 158 (62.11% from 255) = 43.29%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=9.04%
G=43.29%
B=47.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331581740.810.0900.32186.8168.1240.59
Hex219EAE519020bb4429
Octal412362561211104027310451
Binary1000011001111010101110101000110010100000101110111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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