Html Css Color HEX #198AAE Pelorous

📋 copy color: '#198AAE'

red 25 ◦ green 138 ◦ blue 174

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

Shades of Pelorous #198AAE

Tints of Pelorous #198AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.63%

R = 7.42%
G = 40.95%
B = 51.63%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#198AAE (or 0x198AAE) is known color: Pelorous. HEX triplet: 19, 8A and AE. RGB value is (25,138,174). Sum of RGB (Red+Green+Blue) = 25+138+174=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #198AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198AAE is #E67551. Grayscale: #6C6C6C. Windows color (decimal): -15103314 or 11438617. OLE color: 11438617.

HSL color Cylindrical-coordinate representation of color #198AAE: hue angle of 194.5º 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 #198AAE is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 138 174 -
CMYK 0.86 0.21 0 0.32
HSL 194.5º 0.75% 0.39% -
HSV(B) 194.5º 0.86% 0.68% -
XYZ 17.13 21.44 43.28 -
YUV 108.32 165.06 68.57 -
System Red Green Blue C M Y K H S L
Decimal 25 138 174 0.86 0.21 0 0.32 194.5 0.75 0.39
Hex 19 8A AE 56 15 0 20 C2 4B 27
Octal 31 212 256 126 25 0 40 302 113 47
Binary 11001 10001010 10101110 1010110 10101 0 100000 11000010 1001011 100111

Color Harmonies of #198AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198AAE

Black with #198AAE

Text Example


Text Example

White with #198AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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