Html Css Color HEX #1493AE Pelorous

📋 copy color: '#1493AE'

red 20 ◦ green 147 ◦ blue 174

#1493AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #1493AE

Tints of Pelorous #1493AE

RGB

 RED value IS 20 (8.2% from 255) = 5.87%

 GREEN value IS 147 (57.81% from 255) = 43.11%

 BLUE value IS 174 (68.36% from 255) = 51.03%

R = 5.87%
G = 43.11%
B = 51.03%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1493AE (or 0x1493AE) is known color: Pelorous. HEX triplet: 14, 93 and AE. RGB value is (20,147,174). Sum of RGB (Red+Green+Blue) = 20+147+174=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #1493AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1493AE is #EB6C51. Grayscale: #6F6F6F. Windows color (decimal): -15428690 or 11440916. OLE color: 11440916.

HSL color Cylindrical-coordinate representation of color #1493AE: hue angle of 190.52º 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 #1493AE is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 147 174 -
CMYK 0.89 0.16 0 0.32
HSL 190.52º 0.79% 0.38% -
HSV(B) 190.52º 0.89% 0.68% -
XYZ 18.36 24.07 43.72 -
YUV 112.11 162.92 62.3 -
System Red Green Blue C M Y K H S L
Decimal 20 147 174 0.89 0.16 0 0.32 190.52 0.79 0.38
Hex 14 93 AE 59 10 0 20 BF 4F 26
Octal 24 223 256 131 20 0 40 277 117 46
Binary 10100 10010011 10101110 1011001 10000 0 100000 10111111 1001111 100110

Color Harmonies of #1493AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1493AE

Black with #1493AE

Text Example


Text Example

White with #1493AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1493AE;
 }
 .AnyTagClassName
 {
   color: #1493AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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