Html Css Color HEX #9EC0B0 Skeptic

📋 copy color: '#9EC0B0'

red 158 ◦ green 192 ◦ blue 176

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

Shades of Skeptic #9EC0B0

Tints of Skeptic #9EC0B0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.5%

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

R = 30.04%
G = 36.5%
B = 33.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#9EC0B0 (or 0x9EC0B0) is known color: Skeptic. HEX triplet: 9E, C0 and B0. RGB value is (158,192,176). Sum of RGB (Red+Green+Blue) = 158+192+176=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC0B0 is #613F4F. Grayscale: #B4B4B4. Windows color (decimal): -6373200 or 11583646. OLE color: 11583646.

HSL color Cylindrical-coordinate representation of color #9EC0B0: hue angle of 151.76º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EC0B0 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 192 176 -
CMYK 0.18 0 0.08 0.25
HSL 151.76º 0.21% 0.69% -
HSV(B) 151.76º 0.18% 0.75% -
XYZ 40.79 48.1 48.21 -
YUV 180.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 158 192 176 0.18 0 0.08 0.25 151.76 0.21 0.69
Hex 9E C0 B0 12 0 8 19 98 15 45
Octal 236 300 260 22 0 10 31 230 25 105
Binary 10011110 11000000 10110000 10010 0 1000 11001 10011000 10101 1000101

Color Harmonies of #9EC0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC0B0

Black with #9EC0B0

Text Example


Text Example

White with #9EC0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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