Html Css Color HEX #9ABCAD Skeptic

📋 copy color: '#9ABCAD'

red 154 ◦ green 188 ◦ blue 173

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

Shades of Skeptic #9ABCAD

Tints of Skeptic #9ABCAD

RGB

 RED value IS 154 (60.55% from 255) = 29.9%

 GREEN value IS 188 (73.83% from 255) = 36.5%

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

R = 29.9%
G = 36.5%
B = 33.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#9ABCAD (or 0x9ABCAD) is known color: Skeptic. HEX triplet: 9A, BC and AD. RGB value is (154,188,173). Sum of RGB (Red+Green+Blue) = 154+188+173=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABCAD is #654352. Grayscale: #B0B0B0. Windows color (decimal): -6636371 or 11386010. OLE color: 11386010.

HSL color Cylindrical-coordinate representation of color #9ABCAD: hue angle of 153.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABCAD is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 188 173 -
CMYK 0.18 0 0.08 0.26
HSL 153.53º 0.2% 0.67% -
HSV(B) 153.53º 0.18% 0.74% -
XYZ 38.85 45.85 46.34 -
YUV 176.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 154 188 173 0.18 0 0.08 0.26 153.53 0.2 0.67
Hex 9A BC AD 12 0 8 1A 9A 14 43
Octal 232 274 255 22 0 10 32 232 24 103
Binary 10011010 10111100 10101101 10010 0 1000 11010 10011010 10100 1000011

Color Harmonies of #9ABCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABCAD

Black with #9ABCAD

Text Example


Text Example

White with #9ABCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ABCAD; }

 p { color: rgb(154,188,173); }

 H1.HeaderClassName
 {
   color: #9ABCAD;
 }
 .AnyTagClassName
 {
   color: #9ABCAD;
 }
</style>

background-color css

<style>
 a { background-color: #9ABCAD; }

 a { background-color: rgb(154,188,173); }

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

border-color css

<style>
 span { border-color: #9ABCAD; }

 span { border-color: rgb(154,188,173); }

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