Html Css Color HEX #98B4A9 Skeptic

📋 copy color: '#98B4A9'

red 152 ◦ green 180 ◦ blue 169

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

Shades of Skeptic #98B4A9

Tints of Skeptic #98B4A9

RGB

 RED value IS 152 (59.77% from 255) = 30.34%

 GREEN value IS 180 (70.7% from 255) = 35.93%

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

R = 30.34%
G = 35.93%
B = 33.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#98B4A9 (or 0x98B4A9) is known color: Skeptic. HEX triplet: 98, B4 and A9. RGB value is (152,180,169). Sum of RGB (Red+Green+Blue) = 152+180+169=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #98B4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B4A9 is #674B56. Grayscale: #AAAAAA. Windows color (decimal): -6769495 or 11121816. OLE color: 11121816.

HSL color Cylindrical-coordinate representation of color #98B4A9: hue angle of 156.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98B4A9 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 180 169 -
CMYK 0.16 0 0.06 0.29
HSL 156.43º 0.16% 0.65% -
HSV(B) 156.43º 0.16% 0.71% -
XYZ 36.43 42.18 43.76 -
YUV 170.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 152 180 169 0.16 0 0.06 0.29 156.43 0.16 0.65
Hex 98 B4 A9 10 0 6 1D 9C 10 41
Octal 230 264 251 20 0 6 35 234 20 101
Binary 10011000 10110100 10101001 10000 0 110 11101 10011100 10000 1000001

Color Harmonies of #98B4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B4A9

Black with #98B4A9

Text Example


Text Example

White with #98B4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98B4A9;
 }
 .AnyTagClassName
 {
   color: #98B4A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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