#219FAE

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

Shades of Pelorous #219FAE

Tints of Pelorous #219FAE

Color information

#219FAE (or 0x219FAE) is unknown color: approx Pelorous. HEX triplet: 21, 9F and AE. RGB value is (33,159,174). Sum of RGB (Red+Green+Blue) = 33+159+174=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #219FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219FAE is #DE6051. Grayscale: #7A7A7A. Windows color (decimal): -14573650 or 11444001. OLE color: 11444001.

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

Color convert

RGB33159174-
CMYK0.810.0900.32
HSL186.38º68.12%40.59%-
HSV(B)186.38º81.03%68.24%-
XYZ20.6728.1844.39-
YUV123.04156.7663.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.02%
GREEN value IS 159 (62.5% from 255) = 43.44%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=9.02%
G=43.44%
B=47.54%

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
Decimal331591740.810.0900.32186.3868.1240.59
Hex219FAE519020ba4429
Octal412372561211104027210451
Binary1000011001111110101110101000110010100000101110101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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