Html Css Color HEX #9EBAB0 Skeptic

📋 copy color: '#9EBAB0'

red 158 ◦ green 186 ◦ blue 176

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

Shades of Skeptic #9EBAB0

Tints of Skeptic #9EBAB0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 30.38%
G = 35.77%
B = 33.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#9EBAB0 (or 0x9EBAB0) is known color: Skeptic. HEX triplet: 9E, BA and B0. RGB value is (158,186,176). Sum of RGB (Red+Green+Blue) = 158+186+176=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBAB0 is #61454F. Grayscale: #B0B0B0. Windows color (decimal): -6374736 or 11582110. OLE color: 11582110.

HSL color Cylindrical-coordinate representation of color #9EBAB0: hue angle of 158.57º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EBAB0 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 186 176 -
CMYK 0.15 0 0.05 0.27
HSL 158.57º 0.17% 0.67% -
HSV(B) 158.57º 0.15% 0.73% -
XYZ 39.5 45.52 47.78 -
YUV 176.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 158 186 176 0.15 0 0.05 0.27 158.57 0.17 0.67
Hex 9E BA B0 F 0 5 1B 9F 11 43
Octal 236 272 260 17 0 5 33 237 21 103
Binary 10011110 10111010 10110000 1111 0 101 11011 10011111 10001 1000011

Color Harmonies of #9EBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBAB0

Black with #9EBAB0

Text Example


Text Example

White with #9EBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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