Html Css Color HEX #9EBDB0 Skeptic

📋 copy color: '#9EBDB0'

red 158 ◦ green 189 ◦ blue 176

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

Shades of Skeptic #9EBDB0

Tints of Skeptic #9EBDB0

RGB

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

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

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

R = 30.21%
G = 36.14%
B = 33.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#9EBDB0 (or 0x9EBDB0) is known color: Skeptic. HEX triplet: 9E, BD and B0. RGB value is (158,189,176). Sum of RGB (Red+Green+Blue) = 158+189+176=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBDB0 is #61424F. Grayscale: #B2B2B2. Windows color (decimal): -6373968 or 11582878. OLE color: 11582878.

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

Color convert

RGB 158 189 176 -
CMYK 0.16 0 0.07 0.26
HSL 154.84º 0.19% 0.68% -
HSV(B) 154.84º 0.16% 0.74% -
XYZ 40.13 46.8 47.99 -
YUV 178.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 158 189 176 0.16 0 0.07 0.26 154.84 0.19 0.68
Hex 9E BD B0 10 0 7 1A 9B 13 44
Octal 236 275 260 20 0 7 32 233 23 104
Binary 10011110 10111101 10110000 10000 0 111 11010 10011011 10011 1000100

Color Harmonies of #9EBDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBDB0

Black with #9EBDB0

Text Example


Text Example

White with #9EBDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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