Html Css Color HEX #9EBFAC Skeptic

📋 copy color: '#9EBFAC'

red 158 ◦ green 191 ◦ blue 172

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

Shades of Skeptic #9EBFAC

Tints of Skeptic #9EBFAC

RGB

 RED value IS 158 (62.11% from 255) = 30.33%

 GREEN value IS 191 (75% from 255) = 36.66%

 BLUE value IS 172 (67.58% from 255) = 33.01%

R = 30.33%
G = 36.66%
B = 33.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#9EBFAC (or 0x9EBFAC) is known color: Skeptic. HEX triplet: 9E, BF and AC. RGB value is (158,191,172). Sum of RGB (Red+Green+Blue) = 158+191+172=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBFAC is #614053. Grayscale: #B3B3B3. Windows color (decimal): -6373460 or 11321246. OLE color: 11321246.

HSL color Cylindrical-coordinate representation of color #9EBFAC: hue angle of 145.45º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EBFAC is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 191 172 -
CMYK 0.17 0 0.10 0.25
HSL 145.45º 0.2% 0.68% -
HSV(B) 145.45º 0.17% 0.75% -
XYZ 40.18 47.51 46.08 -
YUV 178.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 158 191 172 0.17 0 0.10 0.25 145.45 0.2 0.68
Hex 9E BF AC 11 0 A 19 91 14 44
Octal 236 277 254 21 0 12 31 221 24 104
Binary 10011110 10111111 10101100 10001 0 1010 11001 10010001 10100 1000100

Color Harmonies of #9EBFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBFAC

Black with #9EBFAC

Text Example


Text Example

White with #9EBFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,191,172); }

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

background-color css

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

 a { background-color: rgb(158,191,172); }

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

border-color css

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

 span { border-color: rgb(158,191,172); }

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