Html Css Color HEX #9BEBB4 Vista Blue

📋 copy color: '#9BEBB4'

red 155 ◦ green 235 ◦ blue 180

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

Shades of Vista Blue #9BEBB4

Tints of Vista Blue #9BEBB4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.23%

 BLUE value IS 180 (70.7% from 255) = 31.58%

R = 27.19%
G = 41.23%
B = 31.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#9BEBB4 (or 0x9BEBB4) is known color: Vista Blue. HEX triplet: 9B, EB and B4. RGB value is (155,235,180). Sum of RGB (Red+Green+Blue) = 155+235+180=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBB4 is #64144B. Grayscale: #CCCCCC. Windows color (decimal): -6558796 or 11856795. OLE color: 11856795.

HSL color Cylindrical-coordinate representation of color #9BEBB4: hue angle of 138.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBB4 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 235 180 -
CMYK 0.34 0 0.23 0.08
HSL 138.75º 0.67% 0.76% -
HSV(B) 138.75º 0.34% 0.92% -
XYZ 51.46 69.68 53.92 -
YUV 204.81 114 92.47 -
System Red Green Blue C M Y K H S L
Decimal 155 235 180 0.34 0 0.23 0.08 138.75 0.67 0.76
Hex 9B EB B4 22 0 17 8 8B 43 4C
Octal 233 353 264 42 0 27 10 213 103 114
Binary 10011011 11101011 10110100 100010 0 10111 1000 10001011 1000011 1001100

Color Harmonies of #9BEBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBB4

Black with #9BEBB4

Text Example


Text Example

White with #9BEBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,235,180); }

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

background-color css

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

 a { background-color: rgb(155,235,180); }

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

border-color css

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

 span { border-color: rgb(155,235,180); }

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