Html Css Color HEX #9BE6BB Vista Blue

📋 copy color: '#9BE6BB'

red 155 ◦ green 230 ◦ blue 187

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

Shades of Vista Blue #9BE6BB

Tints of Vista Blue #9BE6BB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.21%

 BLUE value IS 187 (73.44% from 255) = 32.69%

R = 27.1%
G = 40.21%
B = 32.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#9BE6BB (or 0x9BE6BB) is known color: Vista Blue. HEX triplet: 9B, E6 and BB. RGB value is (155,230,187). Sum of RGB (Red+Green+Blue) = 155+230+187=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE6BB is #641944. Grayscale: #CACACA. Windows color (decimal): -6560069 or 12314267. OLE color: 12314267.

HSL color Cylindrical-coordinate representation of color #9BE6BB: hue angle of 145.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE6BB is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 230 187 -
CMYK 0.33 0 0.19 0.10
HSL 145.6º 0.6% 0.75% -
HSV(B) 145.6º 0.33% 0.9% -
XYZ 50.78 67.15 57.3 -
YUV 202.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 155 230 187 0.33 0 0.19 0.10 145.6 0.6 0.75
Hex 9B E6 BB 21 0 13 A 92 3C 4B
Octal 233 346 273 41 0 23 12 222 74 113
Binary 10011011 11100110 10111011 100001 0 10011 1010 10010010 111100 1001011

Color Harmonies of #9BE6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE6BB

Black with #9BE6BB

Text Example


Text Example

White with #9BE6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,230,187); }

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

background-color css

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

 a { background-color: rgb(155,230,187); }

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

border-color css

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

 span { border-color: rgb(155,230,187); }

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