Html Css Color HEX #9BBFAD Skeptic

📋 copy color: '#9BBFAD'

red 155 ◦ green 191 ◦ blue 173

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

Shades of Skeptic #9BBFAD

Tints of Skeptic #9BBFAD

RGB

 RED value IS 155 (60.94% from 255) = 29.87%

 GREEN value IS 191 (75% from 255) = 36.8%

 BLUE value IS 173 (67.97% from 255) = 33.33%

R = 29.87%
G = 36.8%
B = 33.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#9BBFAD (or 0x9BBFAD) is known color: Skeptic. HEX triplet: 9B, BF and AD. RGB value is (155,191,173). Sum of RGB (Red+Green+Blue) = 155+191+173=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBFAD is #644052. Grayscale: #B2B2B2. Windows color (decimal): -6570067 or 11386779. OLE color: 11386779.

HSL color Cylindrical-coordinate representation of color #9BBFAD: hue angle of 150º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBFAD is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 191 173 -
CMYK 0.19 0 0.09 0.25
HSL 150º 0.22% 0.68% -
HSV(B) 150º 0.19% 0.75% -
XYZ 39.69 47.25 46.56 -
YUV 178.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 155 191 173 0.19 0 0.09 0.25 150 0.22 0.68
Hex 9B BF AD 13 0 9 19 96 16 44
Octal 233 277 255 23 0 11 31 226 26 104
Binary 10011011 10111111 10101101 10011 0 1001 11001 10010110 10110 1000100

Color Harmonies of #9BBFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBFAD

Black with #9BBFAD

Text Example


Text Example

White with #9BBFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,191,173); }

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

background-color css

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

 a { background-color: rgb(155,191,173); }

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

border-color css

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

 span { border-color: rgb(155,191,173); }

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