Html Css Color HEX #198AAB Pelorous

📋 copy color: '#198AAB'

red 25 ◦ green 138 ◦ blue 171

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

Shades of Pelorous #198AAB

Tints of Pelorous #198AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 7.49%
G = 41.32%
B = 51.2%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#198AAB (or 0x198AAB) is known color: Pelorous. HEX triplet: 19, 8A and AB. RGB value is (25,138,171). Sum of RGB (Red+Green+Blue) = 25+138+171=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #198AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198AAB is #E67554. Grayscale: #6B6B6B. Windows color (decimal): -15103317 or 11242009. OLE color: 11242009.

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

Color convert

RGB 25 138 171 -
CMYK 0.85 0.19 0 0.33
HSL 193.56º 0.74% 0.38% -
HSV(B) 193.56º 0.85% 0.67% -
XYZ 16.84 21.32 41.76 -
YUV 107.98 163.56 68.82 -
System Red Green Blue C M Y K H S L
Decimal 25 138 171 0.85 0.19 0 0.33 193.56 0.74 0.38
Hex 19 8A AB 55 13 0 21 C2 4A 26
Octal 31 212 253 125 23 0 41 302 112 46
Binary 11001 10001010 10101011 1010101 10011 0 100001 11000010 1001010 100110

Color Harmonies of #198AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198AAB

Black with #198AAB

Text Example


Text Example

White with #198AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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