Html Css Color HEX #9EBDB1 Skeptic

📋 copy color: '#9EBDB1'

red 158 ◦ green 189 ◦ blue 177

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

Shades of Skeptic #9EBDB1

Tints of Skeptic #9EBDB1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.07%

 BLUE value IS 177 (69.53% from 255) = 33.78%

R = 30.15%
G = 36.07%
B = 33.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#9EBDB1 (or 0x9EBDB1) is known color: Skeptic. HEX triplet: 9E, BD and B1. RGB value is (158,189,177). Sum of RGB (Red+Green+Blue) = 158+189+177=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBDB1 is #61424E. Grayscale: #B2B2B2. Windows color (decimal): -6373967 or 11648414. OLE color: 11648414.

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

Color convert

RGB 158 189 177 -
CMYK 0.16 0 0.06 0.26
HSL 156.77º 0.19% 0.68% -
HSV(B) 156.77º 0.16% 0.74% -
XYZ 40.23 46.84 48.52 -
YUV 178.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 158 189 177 0.16 0 0.06 0.26 156.77 0.19 0.68
Hex 9E BD B1 10 0 6 1A 9D 13 44
Octal 236 275 261 20 0 6 32 235 23 104
Binary 10011110 10111101 10110001 10000 0 110 11010 10011101 10011 1000100

Color Harmonies of #9EBDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBDB1

Black with #9EBDB1

Text Example


Text Example

White with #9EBDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,189,177); }

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

background-color css

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

 a { background-color: rgb(158,189,177); }

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

border-color css

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

 span { border-color: rgb(158,189,177); }

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