#219EAA

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

Shades of Pelorous #219EAA

Tints of Pelorous #219EAA

Color information

#219EAA (or 0x219EAA) is unknown color: approx Pelorous. HEX triplet: 21, 9E and AA. RGB value is (33,158,170). Sum of RGB (Red+Green+Blue) = 33+158+170=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #219EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219EAA is #DE6155. Grayscale: #797979. Windows color (decimal): -14573910 or 11181601. OLE color: 11181601.

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

Color convert

RGB33158170-
CMYK0.810.0700.33
HSL185.26º67.49%39.8%-
HSV(B)185.26º80.59%66.67%-
XYZ20.1127.6842.31-
YUV121.99155.0964.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.14%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=9.14%
G=43.77%
B=47.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331581700.810.0700.33185.2667.4939.8
Hex219EAA517021b94328
Octal41236252121704127110350
Binary100001100111101010101010100011110100001101110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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