#9BEFB9

Color #9BEFB9 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #9BEFB9

Tints of Vista Blue #9BEFB9

Color information

#9BEFB9 (or 0x9BEFB9) is unknown color: approx Vista Blue. HEX triplet: 9B, EF and B9. RGB value is (155,239,185). Sum of RGB (Red+Green+Blue) = 155+239+185=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFB9 is #641046. Grayscale: #CFCFCF. Windows color (decimal): -6557767 or 12185499. OLE color: 12185499.

HSL color Cylindrical-coordinate representation of color #9BEFB9: hue angle of 141.43º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFB9 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB155239185-
CMYK0.3500.230.06
HSL141.43º72.41%77.25%-
HSV(B)141.43º35.15%93.73%-
XYZ53.1472.257.03-
YUV207.73115.1790.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.77%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=26.77%
G=41.28%
B=31.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552391850.3500.230.06141.4372.4177.25
Hex9BEFB92301768d484d
Octal233357271430276215110115
Binary1001101111101111101110011000110101111101000110110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,239,185); }

 H1.HeaderClassName
 {
   color: #9BEFB9;
 }
 .AnyTagClassName
 {
   color: #9BEFB9;
 }
</style>
background-color css

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

 a { background-color: rgb(155,239,185); }

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

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

 span { border-color: rgb(155,239,185); }

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