Html Css Color HEX #9FBCB0 Skeptic

📋 copy color: '#9FBCB0'

red 159 ◦ green 188 ◦ blue 176

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

Shades of Skeptic #9FBCB0

Tints of Skeptic #9FBCB0

RGB

 RED value IS 159 (62.5% from 255) = 30.4%

 GREEN value IS 188 (73.83% from 255) = 35.95%

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

R = 30.4%
G = 35.95%
B = 33.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#9FBCB0 (or 0x9FBCB0) is known color: Skeptic. HEX triplet: 9F, BC and B0. RGB value is (159,188,176). Sum of RGB (Red+Green+Blue) = 159+188+176=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBCB0 is #60434F. Grayscale: #B1B1B1. Windows color (decimal): -6308688 or 11582623. OLE color: 11582623.

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

Color convert

RGB 159 188 176 -
CMYK 0.15 0 0.06 0.26
HSL 155.17º 0.18% 0.68% -
HSV(B) 155.17º 0.15% 0.74% -
XYZ 40.12 46.47 47.93 -
YUV 177.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 159 188 176 0.15 0 0.06 0.26 155.17 0.18 0.68
Hex 9F BC B0 F 0 6 1A 9B 12 44
Octal 237 274 260 17 0 6 32 233 22 104
Binary 10011111 10111100 10110000 1111 0 110 11010 10011011 10010 1000100

Color Harmonies of #9FBCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCB0

Black with #9FBCB0

Text Example


Text Example

White with #9FBCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,188,176); }

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

background-color css

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

 a { background-color: rgb(159,188,176); }

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

border-color css

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

 span { border-color: rgb(159,188,176); }

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