Html Css Color HEX #1991AB Pelorous

📋 copy color: '#1991AB'

red 25 ◦ green 145 ◦ blue 171

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

Shades of Pelorous #1991AB

Tints of Pelorous #1991AB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.52%

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

R = 7.33%
G = 42.52%
B = 50.15%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1991AB (or 0x1991AB) is known color: Pelorous. HEX triplet: 19, 91 and AB. RGB value is (25,145,171). Sum of RGB (Red+Green+Blue) = 25+145+171=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #1991AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1991AB is #E66E54. Grayscale: #6F6F6F. Windows color (decimal): -15101525 or 11243801. OLE color: 11243801.

HSL color Cylindrical-coordinate representation of color #1991AB: hue angle of 190.68º 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 #1991AB is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 145 171 -
CMYK 0.85 0.15 0 0.33
HSL 190.68º 0.74% 0.38% -
HSV(B) 190.68º 0.85% 0.67% -
XYZ 17.88 23.4 42.1 -
YUV 112.08 161.24 65.89 -
System Red Green Blue C M Y K H S L
Decimal 25 145 171 0.85 0.15 0 0.33 190.68 0.74 0.38
Hex 19 91 AB 55 F 0 21 BF 4A 26
Octal 31 221 253 125 17 0 41 277 112 46
Binary 11001 10010001 10101011 1010101 1111 0 100001 10111111 1001010 100110

Color Harmonies of #1991AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1991AB

Black with #1991AB

Text Example


Text Example

White with #1991AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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