#198CA9

Color #198CA9 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #198CA9

Tints of Pelorous #198CA9

Color information

#198CA9 (or 0x198CA9) is unknown color: approx Pelorous. HEX triplet: 19, 8C and A9. RGB value is (25,140,169). Sum of RGB (Red+Green+Blue) = 25+140+169=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 169 (66.41% from 255 or 50.60% from 334); Max value from RGB is 169 - color contains mainly: blue. Hex color #198CA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198CA9 is #E67356. Grayscale: #6C6C6C. Windows color (decimal): -15102807 or 11111449. OLE color: 11111449.

HSL color Cylindrical-coordinate representation of color #198CA9: hue angle of 192.08º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #198CA9 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB25140169-
CMYK0.850.1700.34
HSL192.08º74.23%38.04%-
HSV(B)192.08º85.21%66.27%-
XYZ16.9421.8340.86-
YUV108.92161.968.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.49%
GREEN value IS 140 (55.08% from 255) = 41.92%
BLUE value IS 169 (66.41% from 255) = 50.60%
R=7.49%
G=41.92%
B=50.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal251401690.850.1700.34192.0874.2338.04
Hex198CA95511022c04a26
Octal312142511252104230011246
Binary1100110001100101010011010101100010100010110000001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198CA9; }

 p { color: rgb(25,140,169); }

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

<style>
 a { background-color: #198CA9; }

 a { background-color: rgb(25,140,169); }

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

<style>
 span { border-color: #198CA9; }

 span { border-color: rgb(25,140,169); }

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