Html Css Color HEX #1993AB Pelorous

📋 copy color: '#1993AB'

red 25 ◦ green 147 ◦ blue 171

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

Shades of Pelorous #1993AB

Tints of Pelorous #1993AB

RGB

 RED value IS 25 (10.16% from 255) = 7.29%

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

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

R = 7.29%
G = 42.86%
B = 49.85%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1993AB (or 0x1993AB) is known color: Pelorous. HEX triplet: 19, 93 and AB. RGB value is (25,147,171). Sum of RGB (Red+Green+Blue) = 25+147+171=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #1993AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1993AB is #E66C54. Grayscale: #717171. Windows color (decimal): -15101013 or 11244313. OLE color: 11244313.

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

Color convert

RGB 25 147 171 -
CMYK 0.85 0.14 0 0.33
HSL 189.86º 0.74% 0.38% -
HSV(B) 189.86º 0.85% 0.67% -
XYZ 18.19 24.01 42.2 -
YUV 113.26 160.58 65.05 -
System Red Green Blue C M Y K H S L
Decimal 25 147 171 0.85 0.14 0 0.33 189.86 0.74 0.38
Hex 19 93 AB 55 E 0 21 BE 4A 26
Octal 31 223 253 125 16 0 41 276 112 46
Binary 11001 10010011 10101011 1010101 1110 0 100001 10111110 1001010 100110

Color Harmonies of #1993AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1993AB

Black with #1993AB

Text Example


Text Example

White with #1993AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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