#198ab9

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

Shades of Pelorous #198AB9

Tints of Pelorous #198AB9

Color information

#198AB9 (or 0x198AB9) is unknown color: approx Pelorous. HEX triplet: 19, 8A and B9. RGB value is (25,138,185). Sum of RGB (Red+Green+Blue) = 25+138+185=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #198AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198AB9 is #E67546. Grayscale: #6D6D6D. Windows color (decimal): -15103303 or 12159513. OLE color: 12159513.

HSL color Cylindrical-coordinate representation of color #198AB9: hue angle of 197.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198AB9 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB25138185-
CMYK0.860.2500.27
HSL197.62º76.19%41.18%-
HSV(B)197.62º86.49%72.55%-
XYZ18.2521.8949.16-
YUV109.57170.5667.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.18%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 185 (72.66% from 255) = 53.16%
R=7.18%
G=39.66%
B=53.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal251381850.860.2500.27197.6276.1941.18
Hex198AB9561901Bc64c29
Octal312122711263103330611451
Binary110011000101010111001101011011001011011110001101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198ab9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,138,185); }

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

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

 a { background-color: rgb(25,138,185); }

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

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

 span { border-color: rgb(25,138,185); }

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