#197C88

Color #197C88 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #197C88

Tints of Allports #197C88

Color information

#197C88 (or 0x197C88) is unknown color: approx Allports. HEX triplet: 19, 7C and 88. RGB value is (25,124,136). Sum of RGB (Red+Green+Blue) = 25+124+136=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #197C88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197C88 is #E68377. Grayscale: #5F5F5F. Windows color (decimal): -15106936 or 8944665. OLE color: 8944665.

HSL color Cylindrical-coordinate representation of color #197C88: hue angle of 186.49º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197C88 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB25124136-
CMYK0.820.0900.47
HSL186.49º68.94%31.57%-
HSV(B)186.49º81.62%53.33%-
XYZ12.0516.425.82-
YUV95.77150.777.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.77%
GREEN value IS 124 (48.83% from 255) = 43.51%
BLUE value IS 136 (53.52% from 255) = 47.72%
R=8.77%
G=43.51%
B=47.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal251241360.820.0900.47186.4968.9431.57
Hex197C8852902Fba4520
Octal311742101221105727210540
Binary11001111110010001000101001010010101111101110101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197C88; }

 p { color: rgb(25,124,136); }

 H1.HeaderClassName
 {
   color: #197C88;
 }
 .AnyTagClassName
 {
   color: #197C88;
 }
</style>
background-color css

<style>
 a { background-color: #197C88; }

 a { background-color: rgb(25,124,136); }

 div.DivClassName
 {
   background-color: #197C88;
 }
 .BgClassName
 {
   background-color: #197C88;
 }
</style>
border-color css

<style>
 span { border-color: #197C88; }

 span { border-color: rgb(25,124,136); }

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