Html Css Color HEX #1997AB Pelorous

📋 copy color: '#1997AB'

red 25 ◦ green 151 ◦ blue 171

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

Shades of Pelorous #1997AB

Tints of Pelorous #1997AB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.52%

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

R = 7.2%
G = 43.52%
B = 49.28%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1997AB (or 0x1997AB) is known color: Pelorous. HEX triplet: 19, 97 and AB. RGB value is (25,151,171). Sum of RGB (Red+Green+Blue) = 25+151+171=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #1997AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1997AB is #E66854. Grayscale: #737373. Windows color (decimal): -15099989 or 11245337. OLE color: 11245337.

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

Color convert

RGB 25 151 171 -
CMYK 0.85 0.12 0 0.33
HSL 188.22º 0.74% 0.38% -
HSV(B) 188.22º 0.85% 0.67% -
XYZ 18.82 25.28 42.42 -
YUV 115.61 159.26 63.37 -
System Red Green Blue C M Y K H S L
Decimal 25 151 171 0.85 0.12 0 0.33 188.22 0.74 0.38
Hex 19 97 AB 55 C 0 21 BC 4A 26
Octal 31 227 253 125 14 0 41 274 112 46
Binary 11001 10010111 10101011 1010101 1100 0 100001 10111100 1001010 100110

Color Harmonies of #1997AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997AB

Black with #1997AB

Text Example


Text Example

White with #1997AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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