Html Css Color HEX #9BE1BA Vista Blue

📋 copy color: '#9BE1BA'

red 155 ◦ green 225 ◦ blue 186

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

Shades of Vista Blue #9BE1BA

Tints of Vista Blue #9BE1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.75%

 BLUE value IS 186 (73.05% from 255) = 32.86%

R = 27.39%
G = 39.75%
B = 32.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#9BE1BA (or 0x9BE1BA) is known color: Vista Blue. HEX triplet: 9B, E1 and BA. RGB value is (155,225,186). Sum of RGB (Red+Green+Blue) = 155+225+186=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE1BA is #641E45. Grayscale: #C7C7C7. Windows color (decimal): -6561350 or 12247451. OLE color: 12247451.

HSL color Cylindrical-coordinate representation of color #9BE1BA: hue angle of 146.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE1BA is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 225 186 -
CMYK 0.31 0 0.17 0.12
HSL 146.57º 0.54% 0.75% -
HSV(B) 146.57º 0.31% 0.88% -
XYZ 49.31 64.36 56.28 -
YUV 199.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 155 225 186 0.31 0 0.17 0.12 146.57 0.54 0.75
Hex 9B E1 BA 1F 0 11 C 93 36 4B
Octal 233 341 272 37 0 21 14 223 66 113
Binary 10011011 11100001 10111010 11111 0 10001 1100 10010011 110110 1001011

Color Harmonies of #9BE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE1BA

Black with #9BE1BA

Text Example


Text Example

White with #9BE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,225,186); }

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

background-color css

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

 a { background-color: rgb(155,225,186); }

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

border-color css

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

 span { border-color: rgb(155,225,186); }

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