Html Css Color HEX #9BCBAD Vista Blue

📋 copy color: '#9BCBAD'

red 155 ◦ green 203 ◦ blue 173

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

Shades of Vista Blue #9BCBAD

Tints of Vista Blue #9BCBAD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.23%

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

R = 29.19%
G = 38.23%
B = 32.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#9BCBAD (or 0x9BCBAD) is known color: Vista Blue. HEX triplet: 9B, CB and AD. RGB value is (155,203,173). Sum of RGB (Red+Green+Blue) = 155+203+173=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCBAD is #643452. Grayscale: #B9B9B9. Windows color (decimal): -6566995 or 11389851. OLE color: 11389851.

HSL color Cylindrical-coordinate representation of color #9BCBAD: hue angle of 142.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCBAD is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 203 173 -
CMYK 0.24 0 0.15 0.20
HSL 142.5º 0.32% 0.7% -
HSV(B) 142.5º 0.24% 0.8% -
XYZ 42.42 52.7 47.47 -
YUV 185.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 155 203 173 0.24 0 0.15 0.20 142.5 0.32 0.7
Hex 9B CB AD 18 0 F 14 8E 20 46
Octal 233 313 255 30 0 17 24 216 40 106
Binary 10011011 11001011 10101101 11000 0 1111 10100 10001110 100000 1000110

Color Harmonies of #9BCBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCBAD

Black with #9BCBAD

Text Example


Text Example

White with #9BCBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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