#9EBBAD

Color #9EBBAD Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #9EBBAD

Tints of Skeptic #9EBBAD

Color information

#9EBBAD (or 0x9EBBAD) is unknown color: approx 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

RGB158187173-
CMYK0.1600.070.27
HSL151.03º17.58%67.65%-
HSV(B)151.03º15.51%73.33%-
XYZ39.4145.8346.3-
YUV176.73125.89114.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=30.50%
G=36.10%
B=33.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871730.1600.070.27151.0317.5867.65
Hex9EBBAD10071B971244
Octal23627325520073322722104
Binary1001111010111011101011011000001111101110010111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>