Html Css Color HEX #1493AC Pelorous

📋 copy color: '#1493AC'

red 20 ◦ green 147 ◦ blue 172

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

Shades of Pelorous #1493AC

Tints of Pelorous #1493AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 5.9%
G = 43.36%
B = 50.74%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1493AC (or 0x1493AC) is known color: Pelorous. HEX triplet: 14, 93 and AC. RGB value is (20,147,172). Sum of RGB (Red+Green+Blue) = 20+147+172=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #1493AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1493AC is #EB6C53. Grayscale: #6F6F6F. Windows color (decimal): -15428692 or 11309844. OLE color: 11309844.

HSL color Cylindrical-coordinate representation of color #1493AC: hue angle of 189.87º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1493AC is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 147 172 -
CMYK 0.88 0.15 0 0.33
HSL 189.87º 0.79% 0.38% -
HSV(B) 189.87º 0.88% 0.67% -
XYZ 18.17 23.99 42.7 -
YUV 111.88 161.92 62.47 -
System Red Green Blue C M Y K H S L
Decimal 20 147 172 0.88 0.15 0 0.33 189.87 0.79 0.38
Hex 14 93 AC 58 F 0 21 BE 4F 26
Octal 24 223 254 130 17 0 41 276 117 46
Binary 10100 10010011 10101100 1011000 1111 0 100001 10111110 1001111 100110

Color Harmonies of #1493AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1493AC

Black with #1493AC

Text Example


Text Example

White with #1493AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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