Html Css Color HEX #9EBCAB Skeptic

📋 copy color: '#9EBCAB'

red 158 ◦ green 188 ◦ blue 171

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

Shades of Skeptic #9EBCAB

Tints of Skeptic #9EBCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.08%

R = 30.56%
G = 36.36%
B = 33.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#9EBCAB (or 0x9EBCAB) is known color: Skeptic. HEX triplet: 9E, BC and AB. RGB value is (158,188,171). Sum of RGB (Red+Green+Blue) = 158+188+171=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBCAB is #614354. Grayscale: #B1B1B1. Windows color (decimal): -6374229 or 11254942. OLE color: 11254942.

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

Color convert

RGB 158 188 171 -
CMYK 0.16 0 0.09 0.26
HSL 146º 0.18% 0.68% -
HSV(B) 146º 0.16% 0.74% -
XYZ 39.43 46.18 45.36 -
YUV 177.09 124.56 114.38 -
System Red Green Blue C M Y K H S L
Decimal 158 188 171 0.16 0 0.09 0.26 146 0.18 0.68
Hex 9E BC AB 10 0 9 1A 92 12 44
Octal 236 274 253 20 0 11 32 222 22 104
Binary 10011110 10111100 10101011 10000 0 1001 11010 10010010 10010 1000100

Color Harmonies of #9EBCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBCAB

Black with #9EBCAB

Text Example


Text Example

White with #9EBCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,188,171); }

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

background-color css

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

 a { background-color: rgb(158,188,171); }

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

border-color css

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

 span { border-color: rgb(158,188,171); }

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