Html Css Color HEX #9EBBAF Skeptic

📋 copy color: '#9EBBAF'

red 158 ◦ green 187 ◦ blue 175

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

Shades of Skeptic #9EBBAF

Tints of Skeptic #9EBBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.96%

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 30.38%
G = 35.96%
B = 33.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#9EBBAF (or 0x9EBBAF) is known color: Skeptic. HEX triplet: 9E, BB and AF. RGB value is (158,187,175). Sum of RGB (Red+Green+Blue) = 158+187+175=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBBAF is #614450. Grayscale: #B0B0B0. Windows color (decimal): -6374481 or 11516830. OLE color: 11516830.

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

Color convert

RGB 158 187 175 -
CMYK 0.16 0 0.06 0.27
HSL 155.17º 0.18% 0.68% -
HSV(B) 155.17º 0.16% 0.73% -
XYZ 39.61 45.9 47.33 -
YUV 176.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 158 187 175 0.16 0 0.06 0.27 155.17 0.18 0.68
Hex 9E BB AF 10 0 6 1B 9B 12 44
Octal 236 273 257 20 0 6 33 233 22 104
Binary 10011110 10111011 10101111 10000 0 110 11011 10011011 10010 1000100

Color Harmonies of #9EBBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBBAF

Black with #9EBBAF

Text Example


Text Example

White with #9EBBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,187,175); }

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

background-color css

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

 a { background-color: rgb(158,187,175); }

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

border-color css

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

 span { border-color: rgb(158,187,175); }

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