#1494AE

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

Shades of Pelorous #1494AE

Tints of Pelorous #1494AE

Color information

#1494AE (or 0x1494AE) is unknown color: approx Pelorous. HEX triplet: 14, 94 and AE. RGB value is (20,148,174). Sum of RGB (Red+Green+Blue) = 20+148+174=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #1494AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1494AE is #EB6B51. Grayscale: #707070. Windows color (decimal): -15428434 or 11441172. OLE color: 11441172.

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

Color convert

RGB20148174-
CMYK0.890.1500.32
HSL190.13º79.38%38.04%-
HSV(B)190.13º88.51%68.24%-
XYZ18.5224.3843.78-
YUV112.69162.5961.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.85%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=5.85%
G=43.27%
B=50.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal201481740.890.1500.32190.1379.3838.04
Hex1494AE59F020be4f26
Octal242242561311704027611746
Binary101001001010010101110101100111110100000101111101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1494AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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