Html Css Color HEX #9BC9B5 Vista Blue

📋 copy color: '#9BC9B5'

red 155 ◦ green 201 ◦ blue 181

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

Shades of Vista Blue #9BC9B5

Tints of Vista Blue #9BC9B5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.43%

 BLUE value IS 181 (71.09% from 255) = 33.71%

R = 28.86%
G = 37.43%
B = 33.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#9BC9B5 (or 0x9BC9B5) is known color: Vista Blue. HEX triplet: 9B, C9 and B5. RGB value is (155,201,181). Sum of RGB (Red+Green+Blue) = 155+201+181=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC9B5 is #64364A. Grayscale: #B8B8B8. Windows color (decimal): -6567499 or 11913627. OLE color: 11913627.

HSL color Cylindrical-coordinate representation of color #9BC9B5: hue angle of 153.91º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC9B5 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 201 181 -
CMYK 0.23 0 0.10 0.21
HSL 153.91º 0.3% 0.7% -
HSV(B) 153.91º 0.23% 0.79% -
XYZ 42.74 52.08 51.52 -
YUV 184.97 125.76 106.63 -
System Red Green Blue C M Y K H S L
Decimal 155 201 181 0.23 0 0.10 0.21 153.91 0.3 0.7
Hex 9B C9 B5 17 0 A 15 9A 1E 46
Octal 233 311 265 27 0 12 25 232 36 106
Binary 10011011 11001001 10110101 10111 0 1010 10101 10011010 11110 1000110

Color Harmonies of #9BC9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC9B5

Black with #9BC9B5

Text Example


Text Example

White with #9BC9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,201,181); }

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

background-color css

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

 a { background-color: rgb(155,201,181); }

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

border-color css

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

 span { border-color: rgb(155,201,181); }

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