Html Css Color HEX #9BD6B1 Vista Blue

📋 copy color: '#9BD6B1'

red 155 ◦ green 214 ◦ blue 177

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

Shades of Vista Blue #9BD6B1

Tints of Vista Blue #9BD6B1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.19%

 BLUE value IS 177 (69.53% from 255) = 32.42%

R = 28.39%
G = 39.19%
B = 32.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#9BD6B1 (or 0x9BD6B1) is known color: Vista Blue. HEX triplet: 9B, D6 and B1. RGB value is (155,214,177). Sum of RGB (Red+Green+Blue) = 155+214+177=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD6B1 is #64294E. Grayscale: #C0C0C0. Windows color (decimal): -6564175 or 11654811. OLE color: 11654811.

HSL color Cylindrical-coordinate representation of color #9BD6B1: hue angle of 142.37º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD6B1 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 214 177 -
CMYK 0.28 0 0.17 0.16
HSL 142.37º 0.42% 0.72% -
HSV(B) 142.37º 0.28% 0.84% -
XYZ 45.5 58.24 50.44 -
YUV 192.14 119.45 101.51 -
System Red Green Blue C M Y K H S L
Decimal 155 214 177 0.28 0 0.17 0.16 142.37 0.42 0.72
Hex 9B D6 B1 1C 0 11 10 8E 2A 48
Octal 233 326 261 34 0 21 20 216 52 110
Binary 10011011 11010110 10110001 11100 0 10001 10000 10001110 101010 1001000

Color Harmonies of #9BD6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD6B1

Black with #9BD6B1

Text Example


Text Example

White with #9BD6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,214,177); }

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

background-color css

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

 a { background-color: rgb(155,214,177); }

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

border-color css

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

 span { border-color: rgb(155,214,177); }

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