Html Css Color HEX #198FAD Pelorous

📋 copy color: '#198FAD'

red 25 ◦ green 143 ◦ blue 173

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

Shades of Pelorous #198FAD

Tints of Pelorous #198FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.94%

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 7.33%
G = 41.94%
B = 50.73%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#198FAD (or 0x198FAD) is known color: Pelorous. HEX triplet: 19, 8F and AD. RGB value is (25,143,173). Sum of RGB (Red+Green+Blue) = 25+143+173=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #198FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198FAD is #E67052. Grayscale: #6E6E6E. Windows color (decimal): -15102035 or 11374361. OLE color: 11374361.

HSL color Cylindrical-coordinate representation of color #198FAD: hue angle of 192.16º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198FAD is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 143 173 -
CMYK 0.86 0.17 0 0.32
HSL 192.16º 0.75% 0.39% -
HSV(B) 192.16º 0.86% 0.68% -
XYZ 17.77 22.87 43.01 -
YUV 111.14 162.91 66.56 -
System Red Green Blue C M Y K H S L
Decimal 25 143 173 0.86 0.17 0 0.32 192.16 0.75 0.39
Hex 19 8F AD 56 11 0 20 C0 4B 27
Octal 31 217 255 126 21 0 40 300 113 47
Binary 11001 10001111 10101101 1010110 10001 0 100000 11000000 1001011 100111

Color Harmonies of #198FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198FAD

Black with #198FAD

Text Example


Text Example

White with #198FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,143,173); }

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

background-color css

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

 a { background-color: rgb(25,143,173); }

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

border-color css

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

 span { border-color: rgb(25,143,173); }

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