Html Css Color HEX #1998A9 Pelorous

📋 copy color: '#1998A9'

red 25 ◦ green 152 ◦ blue 169

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

Shades of Pelorous #1998A9

Tints of Pelorous #1998A9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.93%

 BLUE value IS 169 (66.41% from 255) = 48.84%

R = 7.23%
G = 43.93%
B = 48.84%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1998A9 (or 0x1998A9) is known color: Pelorous. HEX triplet: 19, 98 and A9. RGB value is (25,152,169). Sum of RGB (Red+Green+Blue) = 25+152+169=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #1998A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1998A9 is #E66756. Grayscale: #737373. Windows color (decimal): -15099735 or 11114521. OLE color: 11114521.

HSL color Cylindrical-coordinate representation of color #1998A9: hue angle of 187.08º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1998A9 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 25 152 169 -
CMYK 0.85 0.10 0 0.34
HSL 187.08º 0.74% 0.38% -
HSV(B) 187.08º 0.85% 0.66% -
XYZ 18.79 25.53 41.47 -
YUV 115.97 157.92 63.12 -
System Red Green Blue C M Y K H S L
Decimal 25 152 169 0.85 0.10 0 0.34 187.08 0.74 0.38
Hex 19 98 A9 55 A 0 22 BB 4A 26
Octal 31 230 251 125 12 0 42 273 112 46
Binary 11001 10011000 10101001 1010101 1010 0 100010 10111011 1001010 100110

Color Harmonies of #1998A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1998A9

Black with #1998A9

Text Example


Text Example

White with #1998A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1998A9; }

 p { color: rgb(25,152,169); }

 H1.HeaderClassName
 {
   color: #1998A9;
 }
 .AnyTagClassName
 {
   color: #1998A9;
 }
</style>

background-color css

<style>
 a { background-color: #1998A9; }

 a { background-color: rgb(25,152,169); }

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

border-color css

<style>
 span { border-color: #1998A9; }

 span { border-color: rgb(25,152,169); }

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