Html Css Color HEX #1393AB Pelorous

📋 copy color: '#1393AB'

red 19 ◦ green 147 ◦ blue 171

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

Shades of Pelorous #1393AB

Tints of Pelorous #1393AB

RGB

 RED value IS 19 (7.81% from 255) = 5.64%

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

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 5.64%
G = 43.62%
B = 50.74%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1393AB (or 0x1393AB) is known color: Pelorous. HEX triplet: 13, 93 and AB. RGB value is (19,147,171). Sum of RGB (Red+Green+Blue) = 19+147+171=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #1393AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1393AB is #EC6C54. Grayscale: #6F6F6F. Windows color (decimal): -15494229 or 11244307. OLE color: 11244307.

HSL color Cylindrical-coordinate representation of color #1393AB: hue angle of 189.47º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1393AB is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 147 171 -
CMYK 0.89 0.14 0 0.33
HSL 189.47º 0.8% 0.37% -
HSV(B) 189.47º 0.89% 0.67% -
XYZ 18.05 23.95 42.2 -
YUV 111.46 161.59 62.05 -
System Red Green Blue C M Y K H S L
Decimal 19 147 171 0.89 0.14 0 0.33 189.47 0.8 0.37
Hex 13 93 AB 59 E 0 21 BD 50 25
Octal 23 223 253 131 16 0 41 275 120 45
Binary 10011 10010011 10101011 1011001 1110 0 100001 10111101 1010000 100101

Color Harmonies of #1393AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1393AB

Black with #1393AB

Text Example


Text Example

White with #1393AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1393AB; }

 p { color: rgb(19,147,171); }

 H1.HeaderClassName
 {
   color: #1393AB;
 }
 .AnyTagClassName
 {
   color: #1393AB;
 }
</style>

background-color css

<style>
 a { background-color: #1393AB; }

 a { background-color: rgb(19,147,171); }

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

border-color css

<style>
 span { border-color: #1393AB; }

 span { border-color: rgb(19,147,171); }

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