Html Css Color HEX #9EBBAD Skeptic

📋 copy color: '#9EBBAD'

red 158 ◦ green 187 ◦ blue 173

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

Shades of Skeptic #9EBBAD

Tints of Skeptic #9EBBAD

RGB

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

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

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

R = 30.5%
G = 36.1%
B = 33.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#9EBBAD (or 0x9EBBAD) is known color: Skeptic. HEX triplet: 9E, BB and AD. RGB value is (158,187,173). Sum of RGB (Red+Green+Blue) = 158+187+173=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBBAD is #614452. Grayscale: #B0B0B0. Windows color (decimal): -6374483 or 11385758. OLE color: 11385758.

HSL color Cylindrical-coordinate representation of color #9EBBAD: hue angle of 151.03º 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 #9EBBAD is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 187 173 -
CMYK 0.16 0 0.07 0.27
HSL 151.03º 0.18% 0.68% -
HSV(B) 151.03º 0.16% 0.73% -
XYZ 39.41 45.83 46.3 -
YUV 176.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 158 187 173 0.16 0 0.07 0.27 151.03 0.18 0.68
Hex 9E BB AD 10 0 7 1B 97 12 44
Octal 236 273 255 20 0 7 33 227 22 104
Binary 10011110 10111011 10101101 10000 0 111 11011 10010111 10010 1000100

Color Harmonies of #9EBBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBBAD

Black with #9EBBAD

Text Example


Text Example

White with #9EBBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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