Html Css Color HEX #9EBDAC Skeptic

📋 copy color: '#9EBDAC'

red 158 ◦ green 189 ◦ blue 172

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

Shades of Skeptic #9EBDAC

Tints of Skeptic #9EBDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 30.44%
G = 36.42%
B = 33.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#9EBDAC (or 0x9EBDAC) is known color: Skeptic. HEX triplet: 9E, BD and AC. RGB value is (158,189,172). Sum of RGB (Red+Green+Blue) = 158+189+172=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBDAC is #614253. Grayscale: #B1B1B1. Windows color (decimal): -6373972 or 11320734. OLE color: 11320734.

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

Color convert

RGB 158 189 172 -
CMYK 0.16 0 0.09 0.26
HSL 147.1º 0.19% 0.68% -
HSV(B) 147.1º 0.16% 0.74% -
XYZ 39.74 46.64 45.94 -
YUV 177.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 158 189 172 0.16 0 0.09 0.26 147.1 0.19 0.68
Hex 9E BD AC 10 0 9 1A 93 13 44
Octal 236 275 254 20 0 11 32 223 23 104
Binary 10011110 10111101 10101100 10000 0 1001 11010 10010011 10011 1000100

Color Harmonies of #9EBDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBDAC

Black with #9EBDAC

Text Example


Text Example

White with #9EBDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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