Html Css Color HEX #1997AA Pelorous

📋 copy color: '#1997AA'

red 25 ◦ green 151 ◦ blue 170

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

Shades of Pelorous #1997AA

Tints of Pelorous #1997AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 7.23%
G = 43.64%
B = 49.13%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1997AA (or 0x1997AA) is known color: Pelorous. HEX triplet: 19, 97 and AA. RGB value is (25,151,170). Sum of RGB (Red+Green+Blue) = 25+151+170=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #1997AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1997AA is #E66855. Grayscale: #737373. Windows color (decimal): -15099990 or 11179801. OLE color: 11179801.

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

Color convert

RGB 25 151 170 -
CMYK 0.85 0.11 0 0.33
HSL 187.86º 0.74% 0.38% -
HSV(B) 187.86º 0.85% 0.67% -
XYZ 18.72 25.24 41.92 -
YUV 115.49 158.76 63.46 -
System Red Green Blue C M Y K H S L
Decimal 25 151 170 0.85 0.11 0 0.33 187.86 0.74 0.38
Hex 19 97 AA 55 B 0 21 BC 4A 26
Octal 31 227 252 125 13 0 41 274 112 46
Binary 11001 10010111 10101010 1010101 1011 0 100001 10111100 1001010 100110

Color Harmonies of #1997AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997AA

Black with #1997AA

Text Example


Text Example

White with #1997AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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