Html Css Color HEX #98AEAD Hit Grey

📋 copy color: '#98AEAD'

red 152 ◦ green 174 ◦ blue 173

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

Shades of Hit Grey #98AEAD

Tints of Hit Grey #98AEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.87%

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 30.46%
G = 34.87%
B = 34.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#98AEAD (or 0x98AEAD) is known color: Hit Grey. HEX triplet: 98, AE and AD. RGB value is (152,174,173). Sum of RGB (Red+Green+Blue) = 152+174+173=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 174 - color contains mainly: green. Hex color #98AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AEAD is #675152. Grayscale: #A7A7A7. Windows color (decimal): -6771027 or 11382424. OLE color: 11382424.

HSL color Cylindrical-coordinate representation of color #98AEAD: hue angle of 177.27º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98AEAD is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 174 173 -
CMYK 0.13 0 0.01 0.32
HSL 177.27º 0.12% 0.64% -
HSV(B) 177.27º 0.13% 0.68% -
XYZ 35.63 39.96 45.37 -
YUV 167.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 152 174 173 0.13 0 0.01 0.32 177.27 0.12 0.64
Hex 98 AE AD D 0 1 20 B1 C 40
Octal 230 256 255 15 0 1 40 261 14 100
Binary 10011000 10101110 10101101 1101 0 1 100000 10110001 1100 1000000

Color Harmonies of #98AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AEAD

Black with #98AEAD

Text Example


Text Example

White with #98AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,174,173); }

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

background-color css

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

 a { background-color: rgb(152,174,173); }

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

border-color css

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

 span { border-color: rgb(152,174,173); }

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