Html Css Color HEX #1893AB Pelorous

📋 copy color: '#1893AB'

red 24 ◦ green 147 ◦ blue 171

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

Shades of Pelorous #1893AB

Tints of Pelorous #1893AB

RGB

 RED value IS 24 (9.77% from 255) = 7.02%

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

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

R = 7.02%
G = 42.98%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1893AB (or 0x1893AB) is known color: Pelorous. HEX triplet: 18, 93 and AB. RGB value is (24,147,171). Sum of RGB (Red+Green+Blue) = 24+147+171=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #1893AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1893AB is #E76C54. Grayscale: #707070. Windows color (decimal): -15166549 or 11244312. OLE color: 11244312.

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

Color convert

RGB 24 147 171 -
CMYK 0.86 0.14 0 0.33
HSL 189.8º 0.75% 0.38% -
HSV(B) 189.8º 0.86% 0.67% -
XYZ 18.16 24 42.2 -
YUV 112.96 160.75 64.55 -
System Red Green Blue C M Y K H S L
Decimal 24 147 171 0.86 0.14 0 0.33 189.8 0.75 0.38
Hex 18 93 AB 56 E 0 21 BE 4B 26
Octal 30 223 253 126 16 0 41 276 113 46
Binary 11000 10010011 10101011 1010110 1110 0 100001 10111110 1001011 100110

Color Harmonies of #1893AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1893AB

Black with #1893AB

Text Example


Text Example

White with #1893AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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