Html Css Color HEX #198FAA Pelorous

📋 copy color: '#198FAA'

red 25 ◦ green 143 ◦ blue 170

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

Shades of Pelorous #198FAA

Tints of Pelorous #198FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 7.4%
G = 42.31%
B = 50.3%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#198FAA (or 0x198FAA) is known color: Pelorous. HEX triplet: 19, 8F and AA. RGB value is (25,143,170). Sum of RGB (Red+Green+Blue) = 25+143+170=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #198FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198FAA is #E67055. Grayscale: #6E6E6E. Windows color (decimal): -15102038 or 11177753. OLE color: 11177753.

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

Color convert

RGB 25 143 170 -
CMYK 0.85 0.16 0 0.33
HSL 191.17º 0.74% 0.38% -
HSV(B) 191.17º 0.85% 0.67% -
XYZ 17.48 22.75 41.5 -
YUV 110.8 161.41 66.8 -
System Red Green Blue C M Y K H S L
Decimal 25 143 170 0.85 0.16 0 0.33 191.17 0.74 0.38
Hex 19 8F AA 55 10 0 21 BF 4A 26
Octal 31 217 252 125 20 0 41 277 112 46
Binary 11001 10001111 10101010 1010101 10000 0 100001 10111111 1001010 100110

Color Harmonies of #198FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198FAA

Black with #198FAA

Text Example


Text Example

White with #198FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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