Html Css Color HEX #198ABC Pelorous

📋 copy color: '#198ABC'

red 25 ◦ green 138 ◦ blue 188

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

Shades of Pelorous #198ABC

Tints of Pelorous #198ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.32%

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 7.12%
G = 39.32%
B = 53.56%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#198ABC (or 0x198ABC) is known color: Pelorous. HEX triplet: 19, 8A and BC. RGB value is (25,138,188). Sum of RGB (Red+Green+Blue) = 25+138+188=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #198ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ABC is #E67543. Grayscale: #6D6D6D. Windows color (decimal): -15103300 or 12356121. OLE color: 12356121.

HSL color Cylindrical-coordinate representation of color #198ABC: hue angle of 198.4º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198ABC is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 138 188 -
CMYK 0.87 0.27 0 0.26
HSL 198.4º 0.77% 0.42% -
HSV(B) 198.4º 0.87% 0.74% -
XYZ 18.57 22.01 50.85 -
YUV 109.91 172.06 67.43 -
System Red Green Blue C M Y K H S L
Decimal 25 138 188 0.87 0.27 0 0.26 198.4 0.77 0.42
Hex 19 8A BC 57 1B 0 1A C6 4D 2A
Octal 31 212 274 127 33 0 32 306 115 52
Binary 11001 10001010 10111100 1010111 11011 0 11010 11000110 1001101 101010

Color Harmonies of #198ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198ABC

Black with #198ABC

Text Example


Text Example

White with #198ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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