Html Css Color HEX #9BD6BF Vista Blue

📋 copy color: '#9BD6BF'

red 155 ◦ green 214 ◦ blue 191

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

Shades of Vista Blue #9BD6BF

Tints of Vista Blue #9BD6BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.11%

R = 27.68%
G = 38.21%
B = 34.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#9BD6BF (or 0x9BD6BF) is known color: Vista Blue. HEX triplet: 9B, D6 and BF. RGB value is (155,214,191). Sum of RGB (Red+Green+Blue) = 155+214+191=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD6BF is #642940. Grayscale: #C1C1C1. Windows color (decimal): -6564161 or 12572315. OLE color: 12572315.

HSL color Cylindrical-coordinate representation of color #9BD6BF: hue angle of 156.61º 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 #9BD6BF is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 214 191 -
CMYK 0.28 0 0.11 0.16
HSL 156.61º 0.42% 0.72% -
HSV(B) 156.61º 0.28% 0.84% -
XYZ 46.97 58.82 58.17 -
YUV 193.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 155 214 191 0.28 0 0.11 0.16 156.61 0.42 0.72
Hex 9B D6 BF 1C 0 B 10 9D 2A 48
Octal 233 326 277 34 0 13 20 235 52 110
Binary 10011011 11010110 10111111 11100 0 1011 10000 10011101 101010 1001000

Color Harmonies of #9BD6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD6BF

Black with #9BD6BF

Text Example


Text Example

White with #9BD6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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