#9EBBB0

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

Shades of Skeptic #9EBBB0

Tints of Skeptic #9EBBB0

Color information

#9EBBB0 (or 0x9EBBB0) is unknown color: approx Skeptic. HEX triplet: 9E, BB and B0. RGB value is (158,187,176). Sum of RGB (Red+Green+Blue) = 158+187+176=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBBB0 is #61444F. Grayscale: #B1B1B1. Windows color (decimal): -6374480 or 11582366. OLE color: 11582366.

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

Color convert

RGB158187176-
CMYK0.1600.060.27
HSL157.24º17.58%67.65%-
HSV(B)157.24º15.51%73.33%-
XYZ39.7145.9447.85-
YUV177.08127.39114.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.33%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=30.33%
G=35.89%
B=33.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871760.1600.060.27157.2417.5867.65
Hex9EBBB010061B9d1244
Octal23627326020063323522104
Binary1001111010111011101100001000001101101110011101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EBBB0;
 }
 .AnyTagClassName
 {
   color: #9EBBB0;
 }
</style>
background-color css

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

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

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

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

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

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