#1994AE

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

Shades of Pelorous #1994AE

Tints of Pelorous #1994AE

Color information

#1994AE (or 0x1994AE) is unknown color: approx Pelorous. HEX triplet: 19, 94 and AE. RGB value is (25,148,174). Sum of RGB (Red+Green+Blue) = 25+148+174=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #1994AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1994AE is #E66B51. Grayscale: #717171. Windows color (decimal): -15100754 or 11441177. OLE color: 11441177.

HSL color Cylindrical-coordinate representation of color #1994AE: hue angle of 190.47º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1994AE is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB25148174-
CMYK0.860.1500.32
HSL190.47º74.87%39.02%-
HSV(B)190.47º85.63%68.24%-
XYZ18.6324.4443.78-
YUV114.19161.7564.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.20%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=7.20%
G=42.65%
B=50.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal251481740.860.1500.32190.4774.8739.02
Hex1994AE56F020be4b27
Octal312242561261704027611347
Binary110011001010010101110101011011110100000101111101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1994AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1994AE; }

 p { color: rgb(25,148,174); }

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

<style>
 a { background-color: #1994AE; }

 a { background-color: rgb(25,148,174); }

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

<style>
 span { border-color: #1994AE; }

 span { border-color: rgb(25,148,174); }

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