#98B1A9

Color #98B1A9 Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #98B1A9

Tints of Skeptic #98B1A9

Color information

#98B1A9 (or 0x98B1A9) is unknown color: approx Skeptic. HEX triplet: 98, B1 and A9. RGB value is (152,177,169). Sum of RGB (Red+Green+Blue) = 152+177+169=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #98B1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B1A9 is #674E56. Grayscale: #A8A8A8. Windows color (decimal): -6770263 or 11121048. OLE color: 11121048.

HSL color Cylindrical-coordinate representation of color #98B1A9: hue angle of 160.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98B1A9 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB152177169-
CMYK0.1400.050.31
HSL160.8º13.81%64.51%-
HSV(B)160.8º14.12%69.41%-
XYZ35.8340.9843.56-
YUV168.61128.22116.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 169 (66.41% from 255) = 33.94%
R=30.52%
G=35.54%
B=33.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521771690.1400.050.31160.813.8164.51
Hex98B1A9E051Fa1e41
Octal23026125116053724116101
Binary10011000101100011010100111100101111111010000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98B1A9; }

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

 H1.HeaderClassName
 {
   color: #98B1A9;
 }
 .AnyTagClassName
 {
   color: #98B1A9;
 }
</style>
background-color css

<style>
 a { background-color: #98B1A9; }

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

 div.DivClassName
 {
   background-color: #98B1A9;
 }
 .BgClassName
 {
   background-color: #98B1A9;
 }
</style>
border-color css

<style>
 span { border-color: #98B1A9; }

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

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