Html Css Color HEX #198CB2 Pelorous

📋 copy color: '#198CB2'

red 25 ◦ green 140 ◦ blue 178

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

Shades of Pelorous #198CB2

Tints of Pelorous #198CB2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.82%

 BLUE value IS 178 (69.92% from 255) = 51.9%

R = 7.29%
G = 40.82%
B = 51.9%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#198CB2 (or 0x198CB2) is known color: Pelorous. HEX triplet: 19, 8C and B2. RGB value is (25,140,178). Sum of RGB (Red+Green+Blue) = 25+140+178=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 178 (69.92% from 255 or 51.90% from 343); Max value from RGB is 178 - color contains mainly: blue. Hex color #198CB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198CB2 is #E6734D. Grayscale: #6D6D6D. Windows color (decimal): -15102798 or 11701273. OLE color: 11701273.

HSL color Cylindrical-coordinate representation of color #198CB2: hue angle of 194.9º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198CB2 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 25 140 178 -
CMYK 0.86 0.21 0 0.30
HSL 194.9º 0.75% 0.4% -
HSV(B) 194.9º 0.86% 0.7% -
XYZ 17.81 22.18 45.46 -
YUV 109.95 166.4 67.41 -
System Red Green Blue C M Y K H S L
Decimal 25 140 178 0.86 0.21 0 0.30 194.9 0.75 0.4
Hex 19 8C B2 56 15 0 1E C3 4B 28
Octal 31 214 262 126 25 0 36 303 113 50
Binary 11001 10001100 10110010 1010110 10101 0 11110 11000011 1001011 101000

Color Harmonies of #198CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198CB2

Black with #198CB2

Text Example


Text Example

White with #198CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #198CB2;
 }
 .AnyTagClassName
 {
   color: #198CB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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