Html Css Color HEX #198BAA Pelorous

📋 copy color: '#198BAA'

red 25 ◦ green 139 ◦ blue 170

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

Shades of Pelorous #198BAA

Tints of Pelorous #198BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.62%

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

R = 7.49%
G = 41.62%
B = 50.9%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#198BAA (or 0x198BAA) is known color: Pelorous. HEX triplet: 19, 8B and AA. RGB value is (25,139,170). Sum of RGB (Red+Green+Blue) = 25+139+170=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #198BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198BAA is #E67455. Grayscale: #6C6C6C. Windows color (decimal): -15103062 or 11176729. OLE color: 11176729.

HSL color Cylindrical-coordinate representation of color #198BAA: hue angle of 192.83º 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 #198BAA is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 139 170 -
CMYK 0.85 0.18 0 0.33
HSL 192.83º 0.74% 0.38% -
HSV(B) 192.83º 0.85% 0.67% -
XYZ 16.89 21.57 41.3 -
YUV 108.45 162.73 68.48 -
System Red Green Blue C M Y K H S L
Decimal 25 139 170 0.85 0.18 0 0.33 192.83 0.74 0.38
Hex 19 8B AA 55 12 0 21 C1 4A 26
Octal 31 213 252 125 22 0 41 301 112 46
Binary 11001 10001011 10101010 1010101 10010 0 100001 11000001 1001010 100110

Color Harmonies of #198BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BAA

Black with #198BAA

Text Example


Text Example

White with #198BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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